diff --git a/src/app/page.tsx b/src/app/page.tsx index 49117ff..5e45b85 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,26 +32,11 @@ export default function LandingPage() {
@@ -195,23 +79,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - features={[ - { - icon: Utensils, - title: "Family Friendly", - description: "Space for everyone at our table.", - }, - { - icon: Wine, - title: "Curated Wine List", - description: "Pairs perfectly with every dish.", - }, - { - icon: Clock, - title: "Fast Service", - description: "Quick, attentive service always.", - }, - ]} + features={[{ icon: Utensils, title: "Family Friendly", description: "Space for everyone at our table." }, { icon: Wine, title: "Curated Wine List", description: "Pairs perfectly with every dish." }, { icon: Clock, title: "Fast Service", description: "Quick, attentive service always." }]} title="Why Choose FIGO?" description="Everything we do is focused on your dining pleasure." /> @@ -223,44 +91,7 @@ export default function LandingPage() { textboxLayout="default" gridVariant="uniform-all-items-equal" useInvertedBackground={false} - products={[ - { - id: "p1", - name: "Margherita", - price: "£12.50", - imageSrc: "http://img.b2bpic.net/free-photo/traditional-gulas-dish-composition_23-2149072547.jpg?_wi=1", - }, - { - id: "p2", - name: "Pepperoni", - price: "£14.00", - imageSrc: "http://img.b2bpic.net/free-photo/food-ingredients-spices-delicious-italian-pizza-black-concrete-background_23-2148076115.jpg", - }, - { - id: "p3", - name: "Vegetariana", - price: "£13.50", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-frame-with-copy-space_23-2148574220.jpg?_wi=1", - }, - { - id: "p4", - name: "Prosciutto", - price: "£15.00", - imageSrc: "http://img.b2bpic.net/free-photo/assorted-meat-pizza-with-jamon-olives_501050-772.jpg", - }, - { - id: "p5", - name: "Truffle Delight", - price: "£16.50", - imageSrc: "http://img.b2bpic.net/free-photo/slice-pizza-wooden-board-with-recipe-book-aside-marble_114579-13833.jpg", - }, - { - id: "p6", - name: "Quattro Formaggi", - price: "£14.50", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-arrangement-flat-lay_23-2149325318.jpg", - }, - ]} + products={[{ id: "p1", name: "Margherita", price: "£12.50", imageSrc: "http://img.b2bpic.net/free-photo/traditional-gulas-dish-composition_23-2149072547.jpg" }, { id: "p2", name: "Pepperoni", price: "£14.00", imageSrc: "http://img.b2bpic.net/free-photo/food-ingredients-spices-delicious-italian-pizza-black-concrete-background_23-2148076115.jpg" }, { id: "p3", name: "Vegetariana", price: "£13.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-frame-with-copy-space_23-2148574220.jpg" }, { id: "p4", name: "Prosciutto", price: "£15.00", imageSrc: "http://img.b2bpic.net/free-photo/assorted-meat-pizza-with-jamon-olives_501050-772.jpg" }, { id: "p5", name: "Truffle Delight", price: "£16.50", imageSrc: "http://img.b2bpic.net/free-photo/slice-pizza-wooden-board-with-recipe-book-aside-marble_114579-13833.jpg" }, { id: "p6", name: "Quattro Formaggi", price: "£14.50", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-arrangement-flat-lay_23-2149325318.jpg" }]} title="Our Signature Pizzas" description="Hand-stretched and baked to perfection in our wood ovens." /> @@ -271,56 +102,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "1", - name: "Anna B.", - date: "1 week ago", - title: "Wonderful", - quote: "Delicious pizza and great staff.", - avatarSrc: "http://img.b2bpic.net/free-photo/photo-mixed-race-young-family-couple-have-tasty-dish_273609-44915.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/whole-slice-olive-pizza-wooden-board_114579-1143.jpg?_wi=3", - imageAlt: "happy diner portrait smiling restaurant", - }, - { - id: "2", - name: "Tom H.", - date: "2 weeks ago", - title: "Excellent", - quote: "The wood-fired taste is unmistakable.", - avatarSrc: "http://img.b2bpic.net/free-photo/glamour-african-american-woman-eating-pizza-drink-lemonade-restaurant_627829-5425.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-professional-chef-working_23-2151232181.jpg?_wi=3", - imageAlt: "happy diner portrait smiling restaurant", - }, - { - id: "3", - name: "Lisa M.", - date: "3 weeks ago", - title: "Top Notch", - quote: "Love the atmosphere and the wine list.", - avatarSrc: "http://img.b2bpic.net/free-photo/young-african-american-woman-eating-homemade-cheese-pizza-pointing-showing-with-thumb-up-side-with-happy-face-smiling_839833-29959.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517423.jpg", - imageAlt: "happy diner portrait smiling restaurant", - }, - { - id: "4", - name: "Jake P.", - date: "1 month ago", - title: "Amazing", - quote: "Best pizza I've had in a long time.", - avatarSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-delighted-happy-dark-skinned-young-female-wears-red-blouse-listens-audio-song-headphones_273609-3479.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/traditional-gulas-dish-composition_23-2149072547.jpg?_wi=2", - imageAlt: "happy diner portrait smiling restaurant", - }, - { - id: "5", - name: "Clara S.", - date: "1 month ago", - title: "Fantastic", - quote: "Can't wait to come back next week!", - avatarSrc: "http://img.b2bpic.net/free-photo/food-ingredients-spices-delicious-italian-pizza-black-concrete-background_23-2148076115.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-frame-with-copy-space_23-2148574220.jpg?_wi=2", - imageAlt: "happy diner portrait smiling restaurant", - }, + { id: "1", name: "Anna B.", date: "1 week ago", title: "Wonderful", quote: "Delicious pizza and great staff.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/photo-mixed-race-young-family-couple-have-tasty-dish_273609-44915.jpg", imageSrc: "http://img.b2bpic.net/free-photo/whole-slice-olive-pizza-wooden-board_114579-1143.jpg", imageAlt: "happy diner portrait smiling restaurant" }, + { id: "2", name: "Tom H.", date: "2 weeks ago", title: "Excellent", quote: "The wood-fired taste is unmistakable.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/glamour-african-american-woman-eating-pizza-drink-lemonade-restaurant_627829-5425.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-professional-chef-working_23-2151232181.jpg", imageAlt: "happy diner portrait smiling restaurant" }, + { id: "3", name: "Lisa M.", date: "3 weeks ago", title: "Top Notch", quote: "Love the atmosphere and the wine list.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/young-african-american-woman-eating-homemade-cheese-pizza-pointing-showing-with-thumb-up-side-with-happy-face-smiling_839833-29959.jpg", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517423.jpg", imageAlt: "happy diner portrait smiling restaurant" }, + { id: "4", name: "Jake P.", date: "1 month ago", title: "Amazing", quote: "Best pizza I've had in a long time.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-delighted-happy-dark-skinned-young-female-wears-red-blouse-listens-audio-song-headphones_273609-3479.jpg", imageSrc: "http://img.b2bpic.net/free-photo/traditional-gulas-dish-composition_23-2149072547.jpg", imageAlt: "happy diner portrait smiling restaurant" }, + { id: "5", name: "Clara S.", date: "1 month ago", title: "Fantastic", quote: "Can't wait to come back next week!", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/food-ingredients-spices-delicious-italian-pizza-black-concrete-background_23-2148076115.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-frame-with-copy-space_23-2148574220.jpg", imageAlt: "happy diner portrait smiling restaurant" } ]} title="What Our Guests Say" description="Rated 4.7/5 by over 6,000 satisfied food lovers." @@ -333,23 +119,7 @@ export default function LandingPage() { textboxLayout="default" gridVariant="uniform-all-items-equal" useInvertedBackground={false} - metrics={[ - { - id: "m1", - value: "6.7k+", - description: "Happy Reviews", - }, - { - id: "m2", - value: "4.7", - description: "Average Rating", - }, - { - id: "m3", - value: "10k+", - description: "Pizzas Served", - }, - ]} + metrics={[{ id: "m1", value: "6.7k+", description: "Happy Reviews" }, { id: "m2", value: "4.7", description: "Average Rating" }, { id: "m3", value: "10k+", description: "Pizzas Served" }]} title="Our Success at a Glance" description="Building a community through great Italian food." /> @@ -359,23 +129,7 @@ export default function LandingPage() {