Merge version_3 into main #2
@@ -1,6 +1,6 @@
|
|||||||
"use client"
|
"use client"
|
||||||
|
|
||||||
import { Clapperboard, Film, Sparkles, Camera, Image, Star, TrendingUp } from "lucide-react";
|
import { Clapperboard, Film, Sparkles, Camera, Image, Star, TrendingUp, DollarSign, Clock } 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';
|
||||||
@@ -43,14 +43,14 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitDualMedia
|
<HeroSplitDualMedia
|
||||||
title="Cinematic Excellence for Luxury Real Estate"
|
title="Professional Cinematography Delivers 40% Faster Sales for Luxury Real Estate"
|
||||||
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."
|
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."
|
||||||
tag="Premium Video Production"
|
tag="Premium Video Production"
|
||||||
tagIcon={Clapperboard}
|
tagIcon={DollarSign}
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "View Our Portfolio", href: "#portfolio" },
|
{ text: "View ROI Portfolio", href: "#portfolio" },
|
||||||
{ text: "Get a Quote", href: "#contact" }
|
{ text: "Get Fast Quote", href: "#contact" }
|
||||||
]}
|
]}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
@@ -61,7 +61,7 @@ export default function LandingPage() {
|
|||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
rating={5}
|
rating={5}
|
||||||
ratingText="Trusted by Top Real Estate Agents"
|
ratingText="Proven ROI by Top-Selling Agents"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user