Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 19c263f468 | |||
| 17ea1e5401 | |||
| 228c155ca3 |
@@ -1,6 +1,6 @@
|
|||||||
"use client"
|
"use client"
|
||||||
|
|
||||||
import { Clapperboard, Film, Sparkles, Camera, Image, Star, TrendingUp, DollarSign, Clock } from "lucide-react";
|
import { Clapperboard, Film, Sparkles, Camera, Image, Star, TrendingUp } from "lucide-react";
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||||
@@ -34,8 +34,10 @@ export default function LandingPage() {
|
|||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "Services", id: "services" },
|
{ name: "Services", id: "services" },
|
||||||
{ name: "Testimonials", id: "testimonials" },
|
{ name: "Testimonials", id: "testimonials" },
|
||||||
{ name: "Contact", id: "contact" }
|
{ name: "Contact", id: "contact" },
|
||||||
]}
|
|
||||||
|
{ name: "Blog", id: "/blog" },
|
||||||
|
]}
|
||||||
bottomLeftText="Los Angeles, CA"
|
bottomLeftText="Los Angeles, CA"
|
||||||
bottomRightText="hello@revvproductions.com"
|
bottomRightText="hello@revvproductions.com"
|
||||||
/>
|
/>
|
||||||
@@ -43,14 +45,14 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitDualMedia
|
<HeroSplitDualMedia
|
||||||
title="Professional Cinematography Delivers 40% Faster Sales for Luxury Real Estate"
|
title="Cinematic Excellence for Luxury Real Estate"
|
||||||
description="Revv Productions creates cinematic property videos that help luxury real estate agents close deals 40% faster and command 15% higher listing prices. Our 4K drone footage and interior cinematography turns properties into must-see experiences that generate qualified leads within 48 hours."
|
description="Revv Productions specializes in stunning video content that showcases high-end properties in their best light. From aerial drone work to 4K interior cinematography, we capture the essence of luxury homes."
|
||||||
tag="Premium Video Production"
|
tag="Premium Video Production"
|
||||||
tagIcon={DollarSign}
|
tagIcon={Clapperboard}
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "View ROI Portfolio", href: "#portfolio" },
|
{ text: "View Our Portfolio", href: "#portfolio" },
|
||||||
{ text: "Get Fast Quote", href: "#contact" }
|
{ text: "Get a Quote", href: "#contact" }
|
||||||
]}
|
]}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
@@ -61,7 +63,7 @@ export default function LandingPage() {
|
|||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
rating={5}
|
rating={5}
|
||||||
ratingText="Proven ROI by Top-Selling Agents"
|
ratingText="Trusted by Top Real Estate Agents"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -85,7 +87,7 @@ export default function LandingPage() {
|
|||||||
description="We offer a comprehensive suite of video production services tailored to showcase luxury properties."
|
description="We offer a comprehensive suite of video production services tailored to showcase luxury properties."
|
||||||
tag="Services"
|
tag="Services"
|
||||||
tagIcon={Camera}
|
tagIcon={Camera}
|
||||||
imageSrc="http://img.b2bpic.net/premium-photo/woman-photographer-taking-picture-modern-house-with-dslr-camera-tripod_788670-6569.jpg?id=378007444"
|
imageSrc="http://img.b2bpic.net/free-photo/man-filming-with-professional-camera-new-movie_23-2149066393.jpg"
|
||||||
imageAlt="Production services in action"
|
imageAlt="Production services in action"
|
||||||
accordionItems={[
|
accordionItems={[
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user