diff --git a/src/app/page.tsx b/src/app/page.tsx
index 2322719..1e3b391 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,26 +30,16 @@ export default function LandingPage() {
@@ -57,71 +47,46 @@ export default function LandingPage() {
@@ -135,33 +100,13 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "d1",
- name: "2 Pizzas for $19.95",
- price: "$19.95",
- variant: "Limited Time",
- imageSrc: "http://img.b2bpic.net/free-photo/two-pizzas-table-top-view_140725-5581.jpg?_wi=1",
- },
+ id: "d1", name: "2 Pizzas for $19.95", price: "$19.95", variant: "Limited Time", imageSrc: "http://img.b2bpic.net/free-photo/two-pizzas-table-top-view_140725-5581.jpg"},
{
- id: "d2",
- name: "Garlic Bread + Pizza",
- price: "$14.95",
- variant: "Best Seller",
- imageSrc: "http://img.b2bpic.net/free-photo/rustic-dark-stone-table-with-various-kinds-italian-pizza-top-view-fast-food-lunch-celebration_1150-37868.jpg?_wi=1",
- },
+ id: "d2", name: "Garlic Bread + Pizza", price: "$14.95", variant: "Best Seller", imageSrc: "http://img.b2bpic.net/free-photo/rustic-dark-stone-table-with-various-kinds-italian-pizza-top-view-fast-food-lunch-celebration_1150-37868.jpg"},
{
- id: "d3",
- name: "Family Deal",
- price: "$34.95",
- variant: "Limited Time",
- imageSrc: "http://img.b2bpic.net/free-photo/homemade-pizza-food-photography-recipe-idea_53876-25016.jpg",
- },
+ id: "d3", name: "Family Deal", price: "$34.95", variant: "Limited Time", imageSrc: "http://img.b2bpic.net/free-photo/homemade-pizza-food-photography-recipe-idea_53876-25016.jpg"},
{
- id: "d4",
- name: "Wednesday Windup",
- price: "$9.95",
- variant: "Special",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-neapolitan-pizza-board-with-cherry-tomatoes-free-space-text_78826-2829.jpg",
- },
+ id: "d4", name: "Wednesday Windup", price: "$9.95", variant: "Special", imageSrc: "http://img.b2bpic.net/free-photo/delicious-neapolitan-pizza-board-with-cherry-tomatoes-free-space-text_78826-2829.jpg"},
]}
title="Limited Time Deals"
description="Don't miss out on these exclusive pizza offers."
@@ -175,40 +120,22 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Choose Pizza",
- description: "Select from our signature range or build your own custom masterpiece.",
- phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-presentation_23-2151914033.jpg",
- },
+ title: "Choose Pizza", description: "Select from our signature range or build your own custom masterpiece.", phoneOne: {
+ imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-presentation_23-2151914033.jpg"},
phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-french-fries-with-seasonings-brown-table_140725-104476.jpg",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/classic-pepperoni-pizza-tomato-sauce-melted-cheese-top_114579-2670.jpg?_wi=2",
- imageAlt: "pepperoni pizza slice",
+ imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-french-fries-with-seasonings-brown-table_140725-104476.jpg"},
},
{
- title: "Bake Fresh",
- description: "Our ovens are heated to perfection for that signature crisp.",
- phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/top-closer-view-delicious-pizza-slice-with-fresh-mushrooms-tomatoes-red-peppers-brown-desk_140725-32570.jpg",
- },
+ title: "Bake Fresh", description: "Our ovens are heated to perfection for that signature crisp.", phoneOne: {
+ imageSrc: "http://img.b2bpic.net/free-photo/top-closer-view-delicious-pizza-slice-with-fresh-mushrooms-tomatoes-red-peppers-brown-desk_140725-32570.jpg"},
phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-donuts-delicious-yummy-brown-desk-dark-floor_140725-13366.jpg",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/two-pizzas-table-top-view_140725-5581.jpg?_wi=2",
- imageAlt: "pepperoni pizza slice",
+ imageSrc: "http://img.b2bpic.net/free-photo/top-view-donuts-delicious-yummy-brown-desk-dark-floor_140725-13366.jpg"},
},
{
- title: "Fast Delivery",
- description: "Hot and fresh to your door in 30 minutes, or it's free!",
- phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chiken-potatoes-chicken-wings-french-fries-lemon-three-bowls-different-types-sauces-spices-cream-notebook-dark-table_140725-110686.jpg",
- },
+ title: "Fast Delivery", description: "Hot and fresh to your door in 30 minutes, or it's free!", phoneOne: {
+ imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chiken-potatoes-chicken-wings-french-fries-lemon-three-bowls-different-types-sauces-spices-cream-notebook-dark-table_140725-110686.jpg"},
phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-3d-cartoon-pizza_23-2151017658.jpg",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/rustic-dark-stone-table-with-various-kinds-italian-pizza-top-view-fast-food-lunch-celebration_1150-37868.jpg?_wi=2",
- imageAlt: "pepperoni pizza slice",
+ imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-3d-cartoon-pizza_23-2151017658.jpg"},
},
]}
showStepNumbers={true}
@@ -222,12 +149,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
- "4.8 Star Google Rating",
- "30 Min Guarantee",
- "Contactless Available",
- "Open Midnight",
- "Millions Served Annually",
- ]}
+ "4.8 Star Google Rating", "30 Min Guarantee", "Contactless Available", "Open Midnight", "Millions Served Annually"]}
title="Trusted by Millions"
description="Here is why we are the world's leading pizza delivery service."
/>
@@ -243,25 +165,13 @@ export default function LandingPage() {
description="The numbers speak for themselves when it comes to pizza excellence."
metrics={[
{
- id: "m1",
- value: "30M+",
- description: "Pizzas Delivered Yearly",
- },
+ id: "m1", value: "30M+", description: "Pizzas Delivered Yearly"},
{
- id: "m2",
- value: "28",
- description: "Average Minutes to Doorstep",
- },
+ id: "m2", value: "28", description: "Average Minutes to Doorstep"},
{
- id: "m3",
- value: "4.9",
- description: "Average Star Rating",
- },
+ id: "m3", value: "4.9", description: "Average Star Rating"},
{
- id: "m4",
- value: "15k+",
- description: "Global Locations",
- },
+ id: "m4", value: "15k+", description: "Global Locations"},
]}
/>