Update src/app/page.tsx
This commit is contained in:
220
src/app/page.tsx
220
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "portfolio",
|
||||
},
|
||||
name: "Portfolio", id: "portfolio"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Services", id: "pricing"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="GROUNDRISE"
|
||||
/>
|
||||
@@ -56,70 +48,35 @@ export default function LandingPage() {
|
||||
description="Groundrise transforms properties into premium digital assets through cinema-grade media and professional architectural photography."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Miller",
|
||||
handle: "@smiller_properties",
|
||||
testimonial: "Groundrise completely changed how we showcase our luxury listings. The quality is unmatched.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/landscape-courtyard-monastery_1268-15252.jpg?_wi=1",
|
||||
imageAlt: "luxury real estate photography",
|
||||
},
|
||||
name: "Sarah Miller", handle: "@smiller_properties", testimonial: "Groundrise completely changed how we showcase our luxury listings. The quality is unmatched.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/landscape-courtyard-monastery_1268-15252.jpg", imageAlt: "luxury real estate photography"},
|
||||
{
|
||||
name: "James Chen",
|
||||
handle: "@jchen_develops",
|
||||
testimonial: "Fast, professional, and visually stunning. My properties sell significantly faster now.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-desk-with-professional-camera-accessoires-it_1163-2739.jpg",
|
||||
imageAlt: "real estate photographer",
|
||||
},
|
||||
name: "James Chen", handle: "@jchen_develops", testimonial: "Fast, professional, and visually stunning. My properties sell significantly faster now.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-desk-with-professional-camera-accessoires-it_1163-2739.jpg", imageAlt: "real estate photographer"},
|
||||
{
|
||||
name: "Elena Rodriguez",
|
||||
handle: "@elena_estates",
|
||||
testimonial: "The attention to detail in their video production is incredible. Truly world-class.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-comtemporary-luxury-bedroom-suite-hotel-with-tv_105762-2063.jpg?_wi=1",
|
||||
imageAlt: "luxury apartment interior design",
|
||||
},
|
||||
name: "Elena Rodriguez", handle: "@elena_estates", testimonial: "The attention to detail in their video production is incredible. Truly world-class.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-comtemporary-luxury-bedroom-suite-hotel-with-tv_105762-2063.jpg", imageAlt: "luxury apartment interior design"},
|
||||
{
|
||||
name: "Mark Sterling",
|
||||
handle: "@msterling_homes",
|
||||
testimonial: "Groundrise is our go-to media partner for every high-value sale. Absolute consistency.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912548.jpg?_wi=1",
|
||||
imageAlt: "modern architecture exterior",
|
||||
},
|
||||
name: "Mark Sterling", handle: "@msterling_homes", testimonial: "Groundrise is our go-to media partner for every high-value sale. Absolute consistency.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912548.jpg", imageAlt: "modern architecture exterior"},
|
||||
{
|
||||
name: "David Thorne",
|
||||
handle: "@dthorne_lux",
|
||||
testimonial: "Their aerial drone shots are breathtaking and professional. Highly recommended for any agent.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-standing-lawn_1170-2800.jpg?_wi=1",
|
||||
imageAlt: "drone real estate photography",
|
||||
},
|
||||
name: "David Thorne", handle: "@dthorne_lux", testimonial: "Their aerial drone shots are breathtaking and professional. Highly recommended for any agent.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-standing-lawn_1170-2800.jpg", imageAlt: "drone real estate photography"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/landscape-courtyard-monastery_1268-15252.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/landscape-courtyard-monastery_1268-15252.jpg"
|
||||
showDimOverlay={true}
|
||||
showBlur={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-looking-away-while-going-upstairs-with-coffee_171337-19937.jpg",
|
||||
alt: "Client",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-looking-away-while-going-upstairs-with-coffee_171337-19937.jpg", alt: "Client"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/professional-indian-young-photographer-taking-photos-studio-with-leight_231208-3784.jpg",
|
||||
alt: "Client",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/professional-indian-young-photographer-taking-photos-studio-with-leight_231208-3784.jpg", alt: "Client"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/successful-young-businessman-with-his-arms-crossed-standing-front-building_23-2148176205.jpg",
|
||||
alt: "Client",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/successful-young-businessman-with-his-arms-crossed-standing-front-building_23-2148176205.jpg", alt: "Client"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-man-searching-home-rent-holding-house-paper-maket-smiling-st_1258-149935.jpg",
|
||||
alt: "Client",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-man-searching-home-rent-holding-house-paper-maket-smiling-st_1258-149935.jpg", alt: "Client"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-asian-woman-wearing-elegant-dress-holding-laptop-posing-panoramic-window_1098-20809.jpg",
|
||||
alt: "Client",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-asian-woman-wearing-elegant-dress-holding-laptop-posing-panoramic-window_1098-20809.jpg", alt: "Client"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -129,72 +86,35 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Visual Storytelling"
|
||||
description={[
|
||||
"We founded Groundrise to fill the void of high-end media in the real estate market. We believe every property has a unique story, and we use cinema-grade equipment to capture it.",
|
||||
"Our team consists of specialized architectural photographers and filmmakers dedicated to high-impact imagery that drives engagement and accelerates sales.",
|
||||
]}
|
||||
"We founded Groundrise to fill the void of high-end media in the real estate market. We believe every property has a unique story, and we use cinema-grade equipment to capture it.", "Our team consists of specialized architectural photographers and filmmakers dedicated to high-impact imagery that drives engagement and accelerates sales."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="portfolio" data-section="portfolio">
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Luxury Estates",
|
||||
name: "Modern Glass Villa",
|
||||
price: "Media Package",
|
||||
rating: 5,
|
||||
reviewCount: "12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-comtemporary-luxury-bedroom-suite-hotel-with-tv_105762-2063.jpg?_wi=2",
|
||||
},
|
||||
id: "p1", brand: "Luxury Estates", name: "Modern Glass Villa", price: "Media Package", rating: 5,
|
||||
reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-comtemporary-luxury-bedroom-suite-hotel-with-tv_105762-2063.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Boutique Homes",
|
||||
name: "Urban Skyline Penthouse",
|
||||
price: "Media Package",
|
||||
rating: 5,
|
||||
reviewCount: "8",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912548.jpg?_wi=2",
|
||||
},
|
||||
id: "p2", brand: "Boutique Homes", name: "Urban Skyline Penthouse", price: "Media Package", rating: 5,
|
||||
reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912548.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Coastal Properties",
|
||||
name: "Sunset Beachfront Villa",
|
||||
price: "Media Package",
|
||||
rating: 5,
|
||||
reviewCount: "15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-standing-lawn_1170-2800.jpg?_wi=2",
|
||||
},
|
||||
id: "p3", brand: "Coastal Properties", name: "Sunset Beachfront Villa", price: "Media Package", rating: 5,
|
||||
reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-standing-lawn_1170-2800.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Modern Living",
|
||||
name: "Suburban Estate",
|
||||
price: "Media Package",
|
||||
rating: 5,
|
||||
reviewCount: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/travel-relaxation-lounge-rest-resort_1203-4472.jpg",
|
||||
},
|
||||
id: "p4", brand: "Modern Living", name: "Suburban Estate", price: "Media Package", rating: 5,
|
||||
reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-photo/travel-relaxation-lounge-rest-resort_1203-4472.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Designer Series",
|
||||
name: "Contemporary Loft",
|
||||
price: "Media Package",
|
||||
rating: 5,
|
||||
reviewCount: "9",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-smart-home-interior-with-control-panel_23-2152024173.jpg",
|
||||
},
|
||||
id: "p5", brand: "Designer Series", name: "Contemporary Loft", price: "Media Package", rating: 5,
|
||||
reviewCount: "9", imageSrc: "http://img.b2bpic.net/free-photo/modern-smart-home-interior-with-control-panel_23-2152024173.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Estate Collection",
|
||||
name: "Manor House Tour",
|
||||
price: "Media Package",
|
||||
rating: 5,
|
||||
reviewCount: "20",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pidhirtsi-ukraine-fortress-shooting-from-quadcopter-drone-aerial_78826-2185.jpg",
|
||||
},
|
||||
id: "p6", brand: "Estate Collection", name: "Manor House Tour", price: "Media Package", rating: 5,
|
||||
reviewCount: "20", imageSrc: "http://img.b2bpic.net/free-photo/pidhirtsi-ukraine-fortress-shooting-from-quadcopter-drone-aerial_78826-2185.jpg"},
|
||||
]}
|
||||
title="Our Media Portfolio"
|
||||
description="A curated selection of our recent architectural and lifestyle productions for premium listings."
|
||||
@@ -208,55 +128,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "base",
|
||||
badge: "Essential",
|
||||
price: "$450",
|
||||
subtitle: "Perfect for standard residential listings.",
|
||||
buttons: [
|
||||
id: "base", badge: "Essential", price: "$450", subtitle: "Perfect for standard residential listings.", buttons: [
|
||||
{
|
||||
text: "Book Session",
|
||||
},
|
||||
text: "Book Session"},
|
||||
],
|
||||
features: [
|
||||
"HDR Photography",
|
||||
"Basic Floorplan",
|
||||
"48hr Delivery",
|
||||
],
|
||||
"HDR Photography", "Basic Floorplan", "48hr Delivery"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Professional",
|
||||
price: "$850",
|
||||
subtitle: "For luxury listings needing depth.",
|
||||
buttons: [
|
||||
id: "pro", badge: "Professional", price: "$850", subtitle: "For luxury listings needing depth.", buttons: [
|
||||
{
|
||||
text: "Book Session",
|
||||
},
|
||||
text: "Book Session"},
|
||||
],
|
||||
features: [
|
||||
"Cinematic Video",
|
||||
"Aerial Drone",
|
||||
"Virtual Tour",
|
||||
"24hr Delivery",
|
||||
],
|
||||
"Cinematic Video", "Aerial Drone", "Virtual Tour", "24hr Delivery"],
|
||||
},
|
||||
{
|
||||
id: "elite",
|
||||
badge: "Elite",
|
||||
price: "$1,500",
|
||||
subtitle: "Complete coverage for major estates.",
|
||||
buttons: [
|
||||
id: "elite", badge: "Elite", price: "$1,500", subtitle: "Complete coverage for major estates.", buttons: [
|
||||
{
|
||||
text: "Book Session",
|
||||
},
|
||||
text: "Book Session"},
|
||||
],
|
||||
features: [
|
||||
"Cinematic Video",
|
||||
"Aerial/Drone",
|
||||
"Virtual Tour",
|
||||
"Social Media Edits",
|
||||
"Priority Support",
|
||||
],
|
||||
"Cinematic Video", "Aerial/Drone", "Virtual Tour", "Social Media Edits", "Priority Support"],
|
||||
},
|
||||
]}
|
||||
title="Production Packages"
|
||||
@@ -272,25 +165,15 @@ export default function LandingPage() {
|
||||
author="Marcus V. - Principal Broker"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-looking-away-while-going-upstairs-with-coffee_171337-19937.jpg",
|
||||
alt: "Client",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-looking-away-while-going-upstairs-with-coffee_171337-19937.jpg", alt: "Client"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/professional-indian-young-photographer-taking-photos-studio-with-leight_231208-3784.jpg",
|
||||
alt: "Client",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/professional-indian-young-photographer-taking-photos-studio-with-leight_231208-3784.jpg", alt: "Client"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/successful-young-businessman-with-his-arms-crossed-standing-front-building_23-2148176205.jpg",
|
||||
alt: "Client",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/successful-young-businessman-with-his-arms-crossed-standing-front-building_23-2148176205.jpg", alt: "Client"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-man-searching-home-rent-holding-house-paper-maket-smiling-st_1258-149935.jpg",
|
||||
alt: "Client",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-man-searching-home-rent-holding-house-paper-maket-smiling-st_1258-149935.jpg", alt: "Client"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-asian-woman-wearing-elegant-dress-holding-laptop-posing-panoramic-window_1098-20809.jpg",
|
||||
alt: "Client",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-asian-woman-wearing-elegant-dress-holding-laptop-posing-panoramic-window_1098-20809.jpg", alt: "Client"},
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -301,14 +184,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "animated-grid",
|
||||
}}
|
||||
variant: "animated-grid"}}
|
||||
text="Ready to elevate your next listing? Let's discuss your project."
|
||||
buttons={[
|
||||
{
|
||||
text: "Send a Message",
|
||||
href: "mailto:hello@groundrise.com",
|
||||
},
|
||||
text: "Send a Message", href: "mailto:hello@groundrise.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user