From 664bd5fa1c5d45d9c2d4658d99596a0d8555dde6 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 04:03:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 297 +++++++---------------------------------------- 1 file changed, 43 insertions(+), 254 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 392c6b0..c49b8ec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,8 +9,8 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroCentered from '@/components/sections/hero/HeroCentered'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; export default function LandingPage() { return ( @@ -30,26 +30,11 @@ export default function LandingPage() { -
- +
@@ -243,46 +118,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "t1", - title: "Wonderful family day", - quote: "Nice place to visit with family and friends, food and ambience was very good.", - name: "Amit Kumar", - role: "Visitor", - imageSrc: "http://img.b2bpic.net/free-photo/happy-family-mother-with-her-sons-sitting-bench-against-background-seacoast-bright-sunset_613910-6731.jpg", - }, - { - id: "t2", - title: "Great value", - quote: "Food was really good at reasonable price with good service.", - name: "Priya Singh", - role: "Local", - imageSrc: "http://img.b2bpic.net/free-photo/friends-toasting-with-cocktails-pool_23-2148226192.jpg", - }, - { - id: "t3", - title: "Fun experience", - quote: "The water slides were great, we had a really fun afternoon here.", - name: "Rahul Verma", - role: "Visitor", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-women-sit-close-each-other-pose-selfie-against-cafe-interior-drink-hot-beverage-have-happy-expressions-two-female-friends-make-photo-themselves-via-modern-smart-phone_273609-3277.jpg", - }, - { - id: "t4", - title: "Nice ambience", - quote: "Truly a beautiful place, good food and great atmosphere.", - name: "Sunita Devi", - role: "Local", - imageSrc: "http://img.b2bpic.net/free-photo/sport-concept-little-sport-runner-boy-sit-track-take-deep-breath-feel-tired-bored_1258-104032.jpg", - }, - { - id: "t5", - title: "Recommended", - quote: "Definitely worth a visit, great way to spend summer days.", - name: "Vikram Singh", - role: "Visitor", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-family-swimming-pool-smiling-mid-adult-woman-man-hugging-water-children-background-leisure-family-party-concept_74855-21473.jpg", - }, + { id: "t1", title: "Wonderful family day", quote: "Nice place to visit with family and friends, food and ambience was very good.", name: "Amit Kumar", role: "Visitor", imageSrc: "http://img.b2bpic.net/free-photo/happy-family-mother-with-her-sons-sitting-bench-against-background-seacoast-bright-sunset_613910-6731.jpg" }, + { id: "t2", title: "Great value", quote: "Food was really good at reasonable price with good service.", name: "Priya Singh", role: "Local", imageSrc: "http://img.b2bpic.net/free-photo/friends-toasting-with-cocktails-pool_23-2148226192.jpg" }, ]} title="Guest Feedback" description="See what our visitors say about their time at Crystal Land." @@ -294,21 +131,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "q1", - title: "When are you open?", - content: "We open daily at 10 a.m.", - }, - { - id: "q2", - title: "Do you serve food?", - content: "Yes, we have a restaurant serving varied local and continental cuisine.", - }, - { - id: "q3", - title: "Are there changing facilities?", - content: "We provide locker and changing facilities for all visitors.", - }, + { id: "q1", title: "When are you open?", content: "We open daily at 10 a.m." }, + { id: "q2", title: "Do you serve food?", content: "Yes, we have a restaurant serving varied local and continental cuisine." }, ]} title="Frequently Asked Questions" description="Have questions? We have answers." @@ -319,18 +143,11 @@ export default function LandingPage() {
@@ -338,36 +155,8 @@ export default function LandingPage() { @@ -375,4 +164,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file