diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4f61c20..13a83cb 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -54,33 +42,17 @@ export default function LandingPage() {
@@ -120,40 +83,16 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Artisan Pasta",
- description: "Made fresh daily by our chefs.",
- phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pasta-ingredients-table-with-copy-space_23-2148361338.jpg",
- },
- phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-chef-with-gloves-sprinkled-salt-fresh-fish-pomegranate-seeds-bowl-table_179666-46865.jpg",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/truffle-pasta-dish-with-fresh-rosemary-garlic-dark-plate_84443-94474.jpg?_wi=2",
- imageAlt: "fresh artisan pasta noodles",
+ title: "Artisan Pasta", description: "Made fresh daily by our chefs.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pasta-ingredients-table-with-copy-space_23-2148361338.jpg" },
+ phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-chef-with-gloves-sprinkled-salt-fresh-fish-pomegranate-seeds-bowl-table_179666-46865.jpg" }
},
{
- title: "Fine Wines",
- description: "A curated collection from Italy's regions.",
- phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/smell-wine_1098-15584.jpg",
- },
- phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/png-glasses-with-wine-drink-isolated-white-background_185193-165513.jpg",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-assortment-with-plant_23-2148914894.jpg?_wi=2",
- imageAlt: "fresh artisan pasta noodles",
+ title: "Fine Wines", description: "A curated collection from Italy's regions.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/smell-wine_1098-15584.jpg" },
+ phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/png-glasses-with-wine-drink-isolated-white-background_185193-165513.jpg" }
},
{
- title: "Impeccable Service",
- description: "We treat you like family.",
- phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-asian-girl-barista-cafe-owner-apron-showing-card-machine-payment-reader-taking_1258-199459.jpg",
- },
- phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/happy-barista-hanging-open-sign-front-door-bar_637285-3398.jpg",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/modern-dining-london-table-empty_1203-4494.jpg?_wi=2",
- imageAlt: "fresh artisan pasta noodles",
+ title: "Impeccable Service", description: "We treat you like family.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/smiling-asian-girl-barista-cafe-owner-apron-showing-card-machine-payment-reader-taking_1258-199459.jpg" },
+ phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/happy-barista-hanging-open-sign-front-door-bar_637285-3398.jpg" }
},
]}
showStepNumbers={false}
@@ -169,60 +108,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
products={[
- {
- id: "p1",
- brand: "Main",
- name: "Tagliatelle al Tartufo",
- price: "$28",
- rating: 5,
- reviewCount: "120",
- imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-delicious-pasta-meal-blue-plate-served-with-tomato-meat-dinner-tan-color-towel-its-ingredients_140725-143859.jpg",
- },
- {
- id: "p2",
- brand: "Main",
- name: "Osso Buco",
- price: "$34",
- rating: 5,
- reviewCount: "95",
- imageSrc: "http://img.b2bpic.net/free-photo/fried-ribs-eggplant-caviar_140725-3763.jpg",
- },
- {
- id: "p3",
- brand: "Main",
- name: "Risotto ai Frutti di Mare",
- price: "$30",
- rating: 4,
- reviewCount: "88",
- imageSrc: "http://img.b2bpic.net/free-photo/pan-seared-scallops-black-plate_84443-85879.jpg",
- },
- {
- id: "p4",
- brand: "Dessert",
- name: "Classic Tiramisu",
- price: "$12",
- rating: 5,
- reviewCount: "210",
- imageSrc: "http://img.b2bpic.net/free-photo/traditional-italian-dessert-tiramisu-ceramic-plate_114579-9238.jpg",
- },
- {
- id: "p5",
- brand: "Wine",
- name: "Chianti Classico",
- price: "$45",
- rating: 5,
- reviewCount: "65",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-pomegranate-wine-dark-wall-drink-fruit-alcohol-sour-color-restaurant-juice-wine_179666-17551.jpg",
- },
- {
- id: "p6",
- brand: "Dessert",
- name: "Panna Cotta",
- price: "$10",
- rating: 4,
- reviewCount: "72",
- imageSrc: "http://img.b2bpic.net/free-photo/piece-delicious-cake-purple-plate_114579-45443.jpg",
- },
+ { id: "p1", brand: "Main", name: "Tagliatelle al Tartufo", price: "$28", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-delicious-pasta-meal-blue-plate-served-with-tomato-meat-dinner-tan-color-towel-its-ingredients_140725-143859.jpg" },
+ { id: "p2", brand: "Main", name: "Osso Buco", price: "$34", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/fried-ribs-eggplant-caviar_140725-3763.jpg" },
+ { id: "p3", brand: "Main", name: "Risotto ai Frutti di Mare", price: "$30", rating: 4, reviewCount: "88", imageSrc: "http://img.b2bpic.net/free-photo/pan-seared-scallops-black-plate_84443-85879.jpg" },
]}
title="Our Signature Dishes"
description="From our kitchen to your table."
@@ -235,24 +123,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- icon: Award,
- title: "Years of Tradition",
- value: "39+",
- },
- {
- id: "m2",
- icon: Star,
- title: "Happy Guests",
- value: "50K+",
- },
- {
- id: "m3",
- icon: Award,
- title: "Chef Awards",
- value: "12",
- },
+ { id: "m1", icon: Award, title: "Years of Tradition", value: "39+" },
+ { id: "m2", icon: Star, title: "Happy Guests", value: "50K+" },
+ { id: "m3", icon: Award, title: "Chef Awards", value: "12" },
]}
title="By The Numbers"
description="Excellence defined."
@@ -266,26 +139,8 @@ export default function LandingPage() {
rating={5}
author="Marco Rossi"
avatars={[
- {
- src: "http://img.b2bpic.net/free-photo/joyful-business-woman-using-tablet-table_23-2148095762.jpg",
- alt: "Reviewer",
- },
- {
- src: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-holding-notepad-with-papers-posing_74855-9950.jpg",
- alt: "Reviewer",
- },
- {
- src: "http://img.b2bpic.net/free-photo/friends-eating-pizza-side-view_23-2149872410.jpg",
- alt: "Reviewer",
- },
- {
- src: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg",
- alt: "Reviewer",
- },
- {
- src: "http://img.b2bpic.net/free-photo/portrait-confident-young-businessman-with-his-arms-crossed_23-2148176206.jpg",
- alt: "Reviewer",
- },
+ { src: "http://img.b2bpic.net/free-photo/joyful-business-woman-using-tablet-table_23-2148095762.jpg", alt: "Reviewer" },
+ { src: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-holding-notepad-with-papers-posing_74855-9950.jpg", alt: "Reviewer" },
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -295,9 +150,7 @@ export default function LandingPage() {