diff --git a/src/app/page.tsx b/src/app/page.tsx index 40e7e0f..721780e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,67 +47,42 @@ export default function LandingPage() {
@@ -127,9 +94,7 @@ export default function LandingPage() { title="Welcome to PanPan Wok" buttons={[ { - text: "Get Directions", - href: "https://maps.google.com", - }, + text: "Get Directions", href: "https://maps.google.com"}, ]} />
@@ -142,41 +107,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "1", - name: "Wonton Soup", - price: "$12.99", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=k81pwm", - }, + id: "1", name: "Wonton Soup", price: "$12.99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=k81pwm"}, { - id: "2", - name: "Chow Mein Trio", - price: "$14.50", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pdhs8k", - }, + id: "2", name: "Chow Mein Trio", price: "$14.50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pdhs8k"}, { - id: "3", - name: "Orange Chicken & Broccoli", - price: "$15.99", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=i362fo", - }, + id: "3", name: "Orange Chicken & Broccoli", price: "$15.99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=i362fo"}, { - id: "4", - name: "Jalapeño Chicken", - price: "$16.50", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=sfij99", - }, + id: "4", name: "Jalapeño Chicken", price: "$16.50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=sfij99"}, { - id: "5", - name: "Tofu Mix Vegetables", - price: "$13.99", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9gi7nu", - }, + id: "5", name: "Tofu Mix Vegetables", price: "$13.99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9gi7nu"}, { - id: "6", - name: "Boba Tea Duo", - price: "$6.50", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=loln7q", - }, + id: "6", name: "Boba Tea Duo", price: "$6.50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=loln7q"}, ]} title="Menu Highlights" description="Discover our most-loved dishes, crafted with tradition and care." @@ -190,20 +131,11 @@ export default function LandingPage() { tag="Trusted by locals" metrics={[ { - id: "m1", - value: "4.4", - description: "Star Rating", - }, + id: "m1", value: "4.4", description: "Star Rating"}, { - id: "m2", - value: "155+", - description: "Happy Reviews", - }, + id: "m2", value: "155+", description: "Happy Reviews"}, { - id: "m3", - value: "10+", - description: "Years Serving", - }, + id: "m3", value: "10+", description: "Years Serving"}, ]} metricsAnimation="slide-up" /> @@ -216,40 +148,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", - name: "Sarah J.", - handle: "@foodie", - testimonial: "Amazing food, so fast and fresh!", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4pb7f6", - }, + id: "1", name: "Sarah J.", handle: "@foodie", testimonial: "Amazing food, so fast and fresh!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4pb7f6"}, { - id: "2", - name: "Mike R.", - handle: "@local", - testimonial: "Best orange chicken in Pico Rivera.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=oj91nn", - }, + id: "2", name: "Mike R.", handle: "@local", testimonial: "Best orange chicken in Pico Rivera.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=oj91nn"}, { - id: "3", - name: "Emily P.", - handle: "@family", - testimonial: "Great portions, very budget friendly.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rr85gl", - }, + id: "3", name: "Emily P.", handle: "@family", testimonial: "Great portions, very budget friendly.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rr85gl"}, { - id: "4", - name: "David W.", - handle: "@regular", - testimonial: "Clean and always consistent quality.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3a9gls", - }, + id: "4", name: "David W.", handle: "@regular", testimonial: "Clean and always consistent quality.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3a9gls"}, { - id: "5", - name: "Lisa K.", - handle: "@fan", - testimonial: "The jalapeño chicken is incredible.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ye8p05", - }, + id: "5", name: "Lisa K.", handle: "@fan", testimonial: "The jalapeño chicken is incredible.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ye8p05"}, ]} title="Customer Stories" description="See why our neighbors keep coming back." @@ -262,20 +169,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", - title: "What are your hours?", - content: "10:30 AM – 9 PM Daily.", - }, + id: "f1", title: "What are your hours?", content: "10:30 AM – 9 PM Daily."}, { - id: "f2", - title: "Do you offer delivery?", - content: "Yes, through our online platform.", - }, + id: "f2", title: "Do you offer delivery?", content: "Yes, through our online platform."}, { - id: "f3", - title: "Is seating available?", - content: "Yes, we offer clean, comfortable dine-in seating.", - }, + id: "f3", title: "Is seating available?", content: "Yes, we offer clean, comfortable dine-in seating."}, ]} title="Common Questions" faqsAnimation="slide-up" @@ -287,8 +185,7 @@ export default function LandingPage() {