diff --git a/src/app/page.tsx b/src/app/page.tsx index b37ca84..b79f526 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,69 +32,45 @@ export default function LandingPage() {
@@ -105,9 +81,7 @@ export default function LandingPage() { title="Local Flavor, Delivered Daily" buttons={[ { - text: "Contact Us", - href: "#contact", - }, + text: "Contact Us", href: "#contact"}, ]} /> @@ -120,47 +94,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Oxtail & Beans", - price: "$12.00", - variant: "Popular", - imageSrc: "http://img.b2bpic.net/free-photo/rib-eye-steak-with-melted-cheese_181624-846.jpg", - }, + id: "p1", name: "Oxtail & Beans", price: "$12.00", variant: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/rib-eye-steak-with-melted-cheese_181624-846.jpg"}, { - id: "p2", - name: "Jerk Chicken", - price: "$8.00", - variant: "Local Favorite", - imageSrc: "http://img.b2bpic.net/free-photo/smoked-salmon_74190-6097.jpg", - }, + id: "p2", name: "Jerk Chicken", price: "$8.00", variant: "Local Favorite", imageSrc: "http://img.b2bpic.net/free-photo/smoked-salmon_74190-6097.jpg"}, { - id: "p3", - name: "Fish Tea Soup", - price: "$6.00", - variant: "Hot", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-frame-with-copy-space_23-2148725084.jpg", - }, + id: "p3", name: "Fish Tea Soup", price: "$6.00", variant: "Hot", imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-frame-with-copy-space_23-2148725084.jpg"}, { - id: "p4", - name: "Caymanian Pasta", - price: "$10.00", - variant: "Classic", - imageSrc: "http://img.b2bpic.net/free-photo/rice-with-vegetables-parsley-wooden-board-near-napkin_23-2148014707.jpg", - }, + id: "p4", name: "Caymanian Pasta", price: "$10.00", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/rice-with-vegetables-parsley-wooden-board-near-napkin_23-2148014707.jpg"}, { - id: "p5", - name: "Sides & Salad", - price: "$4.00", - variant: "Fresh", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-pasta-salad-with-salad-leaves_140725-14060.jpg", - }, + id: "p5", name: "Sides & Salad", price: "$4.00", variant: "Fresh", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pasta-salad-with-salad-leaves_140725-14060.jpg"}, { - id: "p6", - name: "Curried Goat", - price: "$12.00", - variant: "Signature", - imageSrc: "http://img.b2bpic.net/free-photo/spicy-thai-basil-chicken-with-white-rice_84443-85746.jpg", - }, + id: "p6", name: "Curried Goat", price: "$12.00", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/spicy-thai-basil-chicken-with-white-rice_84443-85746.jpg"}, ]} title="Our Daily Menu" description="Authentic island favorites prepared fresh everyday." @@ -175,25 +119,15 @@ export default function LandingPage() { author="Keith Hurst" avatars={[ { - src: "http://img.b2bpic.net/free-photo/front-view-spectacular-woman-laughing-front_197531-19644.jpg", - alt: "Customer 1", - }, + src: "http://img.b2bpic.net/free-photo/front-view-spectacular-woman-laughing-front_197531-19644.jpg", alt: "Customer 1"}, { - src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg", - alt: "Customer 2", - }, + src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg", alt: "Customer 2"}, { - src: "http://img.b2bpic.net/free-photo/friends-cooking-together-barbecue_23-2149071392.jpg", - alt: "Customer 3", - }, + src: "http://img.b2bpic.net/free-photo/friends-cooking-together-barbecue_23-2149071392.jpg", alt: "Customer 3"}, { - src: "http://img.b2bpic.net/free-photo/beautiful-young-caucasian-brunette-woman-wear-white-sweater-with-crossed-arms-looks-away-city-indoors_197531-33292.jpg", - alt: "Customer 4", - }, + src: "http://img.b2bpic.net/free-photo/beautiful-young-caucasian-brunette-woman-wear-white-sweater-with-crossed-arms-looks-away-city-indoors_197531-33292.jpg", alt: "Customer 4"}, { - src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-coffee-shop_23-2149434556.jpg", - alt: "Customer 5", - }, + src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-coffee-shop_23-2149434556.jpg", alt: "Customer 5"}, ]} ratingAnimation="slide-up" avatarsAnimation="slide-up" @@ -205,20 +139,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", - title: "Do I need to call ahead?", - content: "Yes! Because we are a busy local spot, calling ahead for takeout is highly recommended to save time.", - }, + id: "f1", title: "Do I need to call ahead?", content: "Yes! Because we are a busy local spot, calling ahead for takeout is highly recommended to save time."}, { - id: "f2", - title: "Do you have delivery?", - content: "Yes, we offer reliable delivery service for your convenience.", - }, + id: "f2", title: "Do you have delivery?", content: "Yes, we offer reliable delivery service for your convenience."}, { - id: "f3", - title: "Are your hours consistent?", - content: "Yes, we are open long hours and pride ourselves on being a dependable spot for local meals.", - }, + id: "f3", title: "Are your hours consistent?", content: "Yes, we are open long hours and pride ourselves on being a dependable spot for local meals."}, ]} sideTitle="Common Questions" faqsAnimation="slide-up" @@ -233,25 +158,13 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "100%", - title: "Authentic", - description: "West Indian recipes", - icon: CheckCircle, + id: "m1", value: "100%", title: "Authentic", description: "West Indian recipes", icon: CheckCircle, }, { - id: "m2", - value: "15+", - title: "Daily Items", - description: "Fresh menu options", - icon: Utensils, + id: "m2", value: "15+", title: "Daily Items", description: "Fresh menu options", icon: Utensils, }, { - id: "m3", - value: "1000+", - title: "Served Daily", - description: "Happy customers", - icon: Users, + id: "m3", value: "1000+", title: "Served Daily", description: "Happy customers", icon: Users, }, ]} title="Community Favorites" @@ -263,8 +176,7 @@ export default function LandingPage() {