From 746f965939d846fa2d97b2a406565f8182e861cd Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 11:46:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 264 ++++++++++++----------------------------------- 1 file changed, 64 insertions(+), 200 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d5bf0d0..48c5af9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,7 +1,7 @@ "use client"; -import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import ReactLenis from "lenis/react"; +import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider'; +import ReactLenis from 'lenis/react'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; @@ -11,7 +11,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Award, Utensils, Wine } from "lucide-react"; +import { Award, Utensils, Wine } from 'lucide-react'; export default function LandingPage() { return ( @@ -32,41 +32,25 @@ export default function LandingPage() { @@ -76,38 +60,24 @@ export default function LandingPage() { description="Nestled in the Heart of England, The Quicken Tree offers a delightful culinary journey with traditional dishes and a warm, inviting atmosphere. Taste the best of British heritage." buttons={[ { - text: "View Our Menu", - href: "#menu", - }, + text: "View Our Menu", href: "#menu"}, { - text: "Book Your Table", - href: "#contact", - }, + text: "Book Your Table", href: "#contact"}, ]} avatars={[ { - src: "http://img.b2bpic.net/free-photo/young-stylish-female-photographer-posing-against-brick-wall-city_23-2149186665.jpg", - alt: "Sarah Johnson", - }, + src: "http://img.b2bpic.net/free-photo/young-stylish-female-photographer-posing-against-brick-wall-city_23-2149186665.jpg", alt: "Sarah Johnson"}, { - src: "http://img.b2bpic.net/free-photo/closeup-portrait-cheerful-smiling-man-looking-happy-express-enthusiastic-optimistic-emotions-seei_1258-110321.jpg", - alt: "Michael Chen", - }, + src: "http://img.b2bpic.net/free-photo/closeup-portrait-cheerful-smiling-man-looking-happy-express-enthusiastic-optimistic-emotions-seei_1258-110321.jpg", alt: "Michael Chen"}, { - src: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg", - alt: "Emily Rodriguez", - }, + src: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg", alt: "Emily Rodriguez"}, { - src: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-66975.jpg", - alt: "David Kim", - }, + src: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-66975.jpg", alt: "David Kim"}, { - src: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13339.jpg", - alt: "Laura White", - }, + src: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13339.jpg", alt: "Laura White"}, ]} avatarText="Loved by over 1,000 guests!" - imageSrc="http://img.b2bpic.net/free-photo/cheese-plate-with-cheddar-smoked-white-cheese-walnut-grape-honey_140725-229.jpg" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ev6AM8V9ooiTu0WuAn0FEHIfUB/uploaded-1781264746446-b2hfqfhg.jpg" imageAlt="Cozy British pub interior with warm lighting and a full table setting." showDimOverlay={false} showBlur={true} @@ -122,17 +92,11 @@ export default function LandingPage() { description="The Quicken Tree is more than just a restaurant; it's a celebration of British culinary heritage, reborn with a modern touch. We source the finest local ingredients to craft dishes that evoke nostalgia and delight new palates, all within a charming, rustic setting that feels like home." metrics={[ { - value: "15+", - title: "Years of Tradition", - }, + value: "15+", title: "Years of Tradition"}, { - value: "200+", - title: "Signature Dishes", - }, + value: "200+", title: "Signature Dishes"}, { - value: "5-Star", - title: "Customer Ratings", - }, + value: "5-Star", title: "Customer Ratings"}, ]} imageSrc="http://img.b2bpic.net/free-photo/front-view-man-eating-lula-kebab-pita-bread-with-yogurt-tomatoes-grilled-hot-peppers-tray_141793-17487.jpg" imageAlt="Chef preparing a traditional British dish in a professional kitchen" @@ -149,19 +113,13 @@ export default function LandingPage() { features={[ { icon: Award, - title: "Masterful Cuisine", - description: "Our chefs, inspired by traditional British recipes, craft exquisite dishes using only the freshest, locally sourced ingredients.", - }, + title: "Masterful Cuisine", description: "Our chefs, inspired by traditional British recipes, craft exquisite dishes using only the freshest, locally sourced ingredients."}, { icon: Utensils, - title: "Cozy Ambiance", - description: "Enjoy your meal in our warm, inviting dining rooms, perfect for intimate dinners or lively gatherings with friends and family.", - }, + title: "Cozy Ambiance", description: "Enjoy your meal in our warm, inviting dining rooms, perfect for intimate dinners or lively gatherings with friends and family."}, { icon: Wine, - title: "Curated Drink Selection", - description: "Complement your meal with our extensive selection of fine wines, craft beers, and traditional British ales.", - }, + title: "Curated Drink Selection", description: "Complement your meal with our extensive selection of fine wines, craft beers, and traditional British ales."}, ]} title="Why Dine With Us? An Unforgettable Experience" description="At The Quicken Tree, we pride ourselves on delivering an exceptional dining experience that goes beyond just food. Discover what makes us a cherished destination." @@ -176,65 +134,23 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - brand: "Classic", - name: "Fish & Chips", - price: "£14.95", - rating: 5, - reviewCount: "(320)", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-trout-still-life_23-2150408608.jpg", - imageAlt: "Classic Fish & Chips", - }, + id: "1", brand: "Classic", name: "Fish & Chips", price: "£14.95", rating: 5, + reviewCount: "(320)", imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-trout-still-life_23-2150408608.jpg", imageAlt: "Classic Fish & Chips"}, { - id: "2", - brand: "Traditional", - name: "Sunday Roast", - price: "£18.50", - rating: 5, - reviewCount: "(280)", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-plate-with-turkey_23-2148664022.jpg", - imageAlt: "Traditional Sunday Roast", - }, + id: "2", brand: "Traditional", name: "Sunday Roast", price: "£18.50", rating: 5, + reviewCount: "(280)", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-plate-with-turkey_23-2148664022.jpg", imageAlt: "Traditional Sunday Roast"}, { - id: "3", - brand: "Gourmet", - name: "Beef Wellington", - price: "£24.00", - rating: 5, - reviewCount: "(150)", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-italian-food-wooden-table_23-2148305652.jpg", - imageAlt: "Gourmet Beef Wellington", - }, + id: "3", brand: "Gourmet", name: "Beef Wellington", price: "£24.00", rating: 5, + reviewCount: "(150)", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-italian-food-wooden-table_23-2148305652.jpg", imageAlt: "Gourmet Beef Wellington"}, { - id: "4", - brand: "Dessert", - name: "Sticky Toffee Pudding", - price: "£7.50", - rating: 5, - reviewCount: "(210)", - imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-with-caramel-sauce-wooden-background_2829-5565.jpg", - imageAlt: "Sticky Toffee Pudding", - }, + id: "4", brand: "Dessert", name: "Sticky Toffee Pudding", price: "£7.50", rating: 5, + reviewCount: "(210)", imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-with-caramel-sauce-wooden-background_2829-5565.jpg", imageAlt: "Sticky Toffee Pudding"}, { - id: "5", - brand: "Comfort Food", - name: "Shepherd's Pie", - price: "£15.50", - rating: 5, - reviewCount: "(195)", - imageSrc: "http://img.b2bpic.net/free-photo/oktoberfest-feast-sausages-pretzels-beer-mustard_23-2152011912.jpg", - imageAlt: "Classic Shepherd's Pie", - }, + id: "5", brand: "Comfort Food", name: "Shepherd's Pie", price: "£15.50", rating: 5, + reviewCount: "(195)", imageSrc: "http://img.b2bpic.net/free-photo/oktoberfest-feast-sausages-pretzels-beer-mustard_23-2152011912.jpg", imageAlt: "Classic Shepherd's Pie"}, { - id: "6", - brand: "Hearty", - name: "Bangers & Mash", - price: "£13.75", - rating: 5, - reviewCount: "(170)", - imageSrc: "http://img.b2bpic.net/free-photo/munich-sausages-with-fried-cabbage_2829-7773.jpg", - imageAlt: "Hearty Bangers & Mash", - }, + id: "6", brand: "Hearty", name: "Bangers & Mash", price: "£13.75", rating: 5, + reviewCount: "(170)", imageSrc: "http://img.b2bpic.net/free-photo/munich-sausages-with-fried-cabbage_2829-7773.jpg", imageAlt: "Hearty Bangers & Mash"}, ]} title="Our Signature Dishes: A Culinary Delight" description="Savor the taste of Britain with our carefully crafted menu, featuring classic favorites and modern interpretations that will tantalize your taste buds." @@ -249,25 +165,15 @@ export default function LandingPage() { author="Eleanor Vance, Local Food Critic" avatars={[ { - src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-leaning-wooden-wall_23-2148137893.jpg", - alt: "Customer Sarah Johnson", - }, + src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-leaning-wooden-wall_23-2148137893.jpg", alt: "Customer Sarah Johnson"}, { - src: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg", - alt: "Customer Michael Chen", - }, + src: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg", alt: "Customer Michael Chen"}, { - src: "http://img.b2bpic.net/free-photo/beautiful-portrait-teenager-woman_23-2149453362.jpg", - alt: "Customer Emily Rodriguez", - }, + src: "http://img.b2bpic.net/free-photo/beautiful-portrait-teenager-woman_23-2149453362.jpg", alt: "Customer Emily Rodriguez"}, { - src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", - alt: "Customer David Kim", - }, + src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Customer David Kim"}, { - src: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg", - alt: "Customer Laura White", - }, + src: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg", alt: "Customer Laura White"}, ]} ratingAnimation="slide-up" avatarsAnimation="slide-up" @@ -280,25 +186,13 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "1", - title: "How do I make a reservation?", - content: "You can easily make a reservation through our website's 'Book a Table' section or by calling us directly at +44 1676 543300.", - }, + id: "1", title: "How do I make a reservation?", content: "You can easily make a reservation through our website's 'Book a Table' section or by calling us directly at +44 1676 543300."}, { - id: "2", - title: "Do you accommodate dietary restrictions?", - content: "Yes, we strive to cater to all dietary needs. Please inform us of any allergies or restrictions when making your reservation, and our team will be happy to assist you.", - }, + id: "2", title: "Do you accommodate dietary restrictions?", content: "Yes, we strive to cater to all dietary needs. Please inform us of any allergies or restrictions when making your reservation, and our team will be happy to assist you."}, { - id: "3", - title: "Is there parking available?", - content: "Ample free parking is available for all our guests at the Heart of England Conference & Events Centre.", - }, + id: "3", title: "Is there parking available?", content: "Ample free parking is available for all our guests at the Heart of England Conference & Events Centre."}, { - id: "4", - title: "What are your opening hours?", - content: "We are open daily for lunch and dinner. Please check our contact page or booking system for detailed opening and closing times.", - }, + id: "4", title: "What are your opening hours?", content: "We are open daily for lunch and dinner. Please check our contact page or booking system for detailed opening and closing times."}, ]} imageSrc="http://img.b2bpic.net/free-photo/empty-dining-table-restaurant_53876-64723.jpg" imageAlt="Cozy corner of a restaurant with an empty table setup" @@ -317,27 +211,16 @@ export default function LandingPage() { description="We look forward to welcoming you to The Quicken Tree. Fill out the form below to get in touch or book your table for an unforgettable dining experience." 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, }, { - name: "phone", - type: "tel", - placeholder: "Phone Number (Optional)", - }, + name: "phone", type: "tel", placeholder: "Phone Number (Optional)"}, ]} textarea={{ - name: "message", - placeholder: "Message or Reservation Details", - rows: 4, + name: "message", placeholder: "Message or Reservation Details", rows: 4, required: true, }} imageSrc="http://img.b2bpic.net/free-vector/place-icon-gold-glossy-design_343694-2633.jpg" @@ -352,54 +235,35 @@ export default function LandingPage() {