From c208504107b34037a9f9e2733df4d3c6d4f8e07f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 11:13:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 146 +++++++++++------------------------------------ 1 file changed, 33 insertions(+), 113 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 98db707..007e0f0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,6 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import { Sparkles, Zap, Shield } from 'lucide-react'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import FooterSimple from '@/components/sections/footer/FooterSimple'; @@ -29,21 +30,13 @@ export default function LandingPage() { @@ -52,38 +45,19 @@ export default function LandingPage() {
@@ -114,19 +83,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Venue Rental", - description: "Perfect for weddings, anniversaries, and corporate events.", - buttonIcon: "Sparkles", + title: "Venue Rental", description: "Perfect for weddings, anniversaries, and corporate events.", buttonIcon: Sparkles, }, { - title: "Gourmet Catering", - description: "Local ingredients prepared with care and sophistication.", - buttonIcon: "Zap", + title: "Gourmet Catering", description: "Local ingredients prepared with care and sophistication.", buttonIcon: Zap, }, { - title: "Guided Tours", - description: "Explore the history and beauty of our vast grounds.", - buttonIcon: "Shield", + title: "Guided Tours", description: "Explore the history and beauty of our vast grounds.", buttonIcon: Shield, }, ]} title="Our Exceptional Services" @@ -142,45 +105,20 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Ana Silva", - role: "Wedding Guest", - company: "Visitor", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-portrait_23-2149213189.jpg?_wi=1", - }, + id: "1", name: "Ana Silva", role: "Wedding Guest", company: "Visitor", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-portrait_23-2149213189.jpg"}, { - id: "2", - name: "Joao Pedro", - role: "Event Planner", - company: "Partner", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1649.jpg", - }, + id: "2", name: "Joao Pedro", role: "Event Planner", company: "Partner", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1649.jpg"}, { - id: "3", - name: "Maria Sousa", - role: "Client", - company: "Visitor", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman_158595-975.jpg", - }, + id: "3", name: "Maria Sousa", role: "Client", company: "Visitor", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman_158595-975.jpg"}, { - id: "4", - name: "Carlos M.", - role: "Corporate Client", - company: "Company", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-middle-aged-businesswoman_1262-21005.jpg", - }, + id: "4", name: "Carlos M.", role: "Corporate Client", company: "Company", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-middle-aged-businesswoman_1262-21005.jpg"}, { - id: "5", - name: "Elena R.", - role: "Photographer", - company: "Studio Art", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-portrait_23-2149213189.jpg?_wi=2", - }, + id: "5", name: "Elena R.", role: "Photographer", company: "Studio Art", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-portrait_23-2149213189.jpg"}, ]} title="What Our Guests Say" description="Authentic experiences from those who have visited us." @@ -194,22 +132,14 @@ export default function LandingPage() { description="Have questions? We'd love to hear from you. Reach out for bookings or inquiries." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, + name: "email", type: "email", placeholder: "Your Email", required: true, }, ]} textarea={{ - name: "message", - placeholder: "How can we help you?", - rows: 4, + name: "message", placeholder: "How can we help you?", rows: 4, }} imageSrc="http://img.b2bpic.net/free-photo/painting-inspiration-supplies-placed-ready-be-painted-canvas_482257-115978.jpg" mediaAnimation="slide-up" @@ -220,29 +150,19 @@ export default function LandingPage() {