From 933c983bfbc9c373cb55d44817142715899d97c0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 03:53:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 241 +++++++++++------------------------------------ 1 file changed, 53 insertions(+), 188 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3a8d7af..01c7244 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,25 +31,15 @@ export default function LandingPage() { @@ -58,42 +48,21 @@ export default function LandingPage() {
@@ -129,34 +91,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "ceremony", - label: "Ceremony", - title: "Ceremony Area", - items: [ - "Well-maintained outdoor lawn area", - "Scenic backdrop for vows", - "Peaceful and private environment", - ], + id: "ceremony", label: "Ceremony", title: "Ceremony Area", items: [ + "Well-maintained outdoor lawn area", "Scenic backdrop for vows", "Peaceful and private environment"], }, { - id: "reception", - label: "Reception", - title: "Reception Area", - items: [ - "Open indoor floor plan", - "Flexible seating configurations", - "Professional and clean aesthetic", - ], + id: "reception", label: "Reception", title: "Reception Area", items: [ + "Open indoor floor plan", "Flexible seating configurations", "Professional and clean aesthetic"], }, { - id: "grounds", - label: "Grounds", - title: "Outdoor Grounds", - items: [ - "Ample space for guest movement", - "Private, quiet setting", - "Well-manicured landscape", - ], + id: "grounds", label: "Grounds", title: "Outdoor Grounds", items: [ + "Ample space for guest movement", "Private, quiet setting", "Well-manicured landscape"], }, ]} title="Venue Spaces" @@ -172,53 +116,23 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "1", - brand: "Exterior", - name: "Main Grounds", - price: "View", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxurious-wedding-ceremony-hall_181624-59290.jpg?_wi=1", - }, + id: "1", brand: "Exterior", name: "Main Grounds", price: "View", rating: 5, + reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxurious-wedding-ceremony-hall_181624-59290.jpg"}, { - id: "2", - brand: "Ceremony", - name: "Ceremony Lawn", - price: "View", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/arrangement-table-seats-new-year-s-eve-party_23-2149144035.jpg", - }, + id: "2", brand: "Ceremony", name: "Ceremony Lawn", price: "View", rating: 5, + reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-table-seats-new-year-s-eve-party_23-2149144035.jpg"}, { - id: "3", - brand: "Reception", - name: "Banquet Hall", - price: "View", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/wedding-reception-hall-with-elegant-table-setting-with-candles_181624-16776.jpg", - }, + id: "3", brand: "Reception", name: "Banquet Hall", price: "View", rating: 5, + reviewCount: "20", imageSrc: "http://img.b2bpic.net/free-photo/wedding-reception-hall-with-elegant-table-setting-with-candles_181624-16776.jpg"}, { - id: "4", - brand: "Details", - name: "Venue Grounds", - price: "View", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/floral-composition-white-arch-wedding-ceremonial-hall_8353-9849.jpg", - }, + id: "4", brand: "Details", name: "Venue Grounds", price: "View", rating: 5, + reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/floral-composition-white-arch-wedding-ceremonial-hall_8353-9849.jpg"}, { - id: "5", - brand: "Interior", - name: "Main Hall", - price: "View", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxurious-wedding-ceremony-hall_181624-59290.jpg?_wi=2", - }, + id: "5", brand: "Interior", name: "Main Hall", price: "View", rating: 5, + reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxurious-wedding-ceremony-hall_181624-59290.jpg"}, { - id: "6", - brand: "Landscape", - name: "Venue Exterior", - price: "View", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/wedding-photography-southern-cross-guest-ranch-madison-ga_181624-10722.jpg", - }, + id: "6", brand: "Landscape", name: "Venue Exterior", price: "View", rating: 5, + reviewCount: "7", imageSrc: "http://img.b2bpic.net/free-photo/wedding-photography-southern-cross-guest-ranch-madison-ga_181624-10722.jpg"}, ]} title="Venue Gallery" description="A structured look at our ceremony, reception, and outdoor facilities." @@ -230,14 +144,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Dedicated Ceremony Space", - "Versatile Reception Hall", - "Private Lee County Location", - "Accessible Leesburg Site", - "Flexible Layout", - "Professional Infrastructure", - "Quiet Setting", - ]} + "Dedicated Ceremony Space", "Versatile Reception Hall", "Private Lee County Location", "Accessible Leesburg Site", "Flexible Layout", "Professional Infrastructure", "Quiet Setting"]} title="Venue Features" description="Standard offerings designed for functionality and ease of use." /> @@ -251,45 +158,20 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", - name: "Sarah & Mark", - role: "Couple", - company: "Leesburg", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/fashion-photo-handsome-elegant-man-glasses-suit-with-beautiful-sexy-woman-colorful-dress-white_158538-11212.jpg", - }, + id: "1", name: "Sarah & Mark", role: "Couple", company: "Leesburg", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/fashion-photo-handsome-elegant-man-glasses-suit-with-beautiful-sexy-woman-colorful-dress-white_158538-11212.jpg"}, { - id: "2", - name: "Emily & John", - role: "Couple", - company: "Albany", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-women-getting-married_23-2150753673.jpg", - }, + id: "2", name: "Emily & John", role: "Couple", company: "Albany", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-women-getting-married_23-2150753673.jpg"}, { - id: "3", - name: "Jessica & Ryan", - role: "Couple", - company: "Lee County", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-smiling_1153-83.jpg", - }, + id: "3", name: "Jessica & Ryan", role: "Couple", company: "Lee County", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/couple-smiling_1153-83.jpg"}, { - id: "4", - name: "Megan & David", - role: "Couple", - company: "Leesburg", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiled-caucasian-couple-brunette-boy-girl-dressed-official-attire-outdoors_8353-11098.jpg", - }, + id: "4", name: "Megan & David", role: "Couple", company: "Leesburg", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiled-caucasian-couple-brunette-boy-girl-dressed-official-attire-outdoors_8353-11098.jpg"}, { - id: "5", - name: "Chloe & Alex", - role: "Couple", - company: "Tifton", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/father-daughter-enjoying-new-year-party_23-2149173227.jpg", - }, + id: "5", name: "Chloe & Alex", role: "Couple", company: "Tifton", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/father-daughter-enjoying-new-year-party_23-2149173227.jpg"}, ]} title="Client Feedback" description="Experiences from couples who have hosted their weddings at the Ocala House." @@ -300,57 +182,40 @@ export default function LandingPage() {