diff --git a/src/app/page.tsx b/src/app/page.tsx index 89823f8..3ba0e8b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,87 +29,36 @@ export default function LandingPage() {
@@ -121,24 +70,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Margherita", - price: "₹199", - imageSrc: "http://img.b2bpic.net/free-psd/top-view-delicious-pizza_23-2151868912.jpg?_wi=1", - }, - { - id: "p2", - name: "Pepperoni", - price: "₹299", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-pizza_23-2149286886.jpg?_wi=1", - }, - { - id: "p3", - name: "Veg Supreme", - price: "₹249", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-green-leafs-basil-latin-name-ocimum-basilicum_181624-40506.jpg?_wi=1", - }, + { id: "p1", name: "Margherita", price: "₹199", imageSrc: "http://img.b2bpic.net/free-psd/top-view-delicious-pizza_23-2151868912.jpg" }, + { id: "p2", name: "Pepperoni", price: "₹299", imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-pizza_23-2149286886.jpg" }, + { id: "p3", name: "Veg Supreme", price: "₹249", imageSrc: "http://img.b2bpic.net/free-photo/fresh-green-leafs-basil-latin-name-ocimum-basilicum_181624-40506.jpg" }, ]} title="Popular Picks" description="Our best-selling pizzas that everyone is raving about." @@ -152,24 +86,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} features={[ - { - id: "m1", - title: "Veg Pizzas", - description: "Classic Margherita, Paneer Tikka, Garden Fresh.", - imageSrc: "http://img.b2bpic.net/free-psd/top-view-delicious-pizza_23-2151868912.jpg?_wi=2", - }, - { - id: "m2", - title: "Non-Veg Pizzas", - description: "Double Pepperoni, Chicken Supreme, BBQ Feast.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-pizza_23-2149286886.jpg?_wi=2", - }, - { - id: "m3", - title: "Drinks", - description: "Fresh Lemonade, Coke, Chilled Iced Tea.", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-green-leafs-basil-latin-name-ocimum-basilicum_181624-40506.jpg?_wi=2", - }, + { id: "m1", title: "Veg Pizzas", description: "Classic Margherita, Paneer Tikka, Garden Fresh.", imageSrc: "http://img.b2bpic.net/free-psd/top-view-delicious-pizza_23-2151868912.jpg" }, + { id: "m2", title: "Non-Veg Pizzas", description: "Double Pepperoni, Chicken Supreme, BBQ Feast.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-pizza_23-2149286886.jpg" }, + { id: "m3", title: "Drinks", description: "Fresh Lemonade, Coke, Chilled Iced Tea.", imageSrc: "http://img.b2bpic.net/free-photo/fresh-green-leafs-basil-latin-name-ocimum-basilicum_181624-40506.jpg" }, ]} title="Our Full Menu" description="Explore our wide variety of handcrafted pizzas, drinks, and desserts." @@ -181,11 +100,8 @@ export default function LandingPage() { useInvertedBackground={false} title="About Us" buttons={[ - { - text: "Learn More", - }, + { text: "Learn More" }, ]} - description="Jamie’s Pizza was founded on a simple passion: to bring authentic, wood-fired flavor to our local neighborhood. We believe in high-quality ingredients, slow-risen dough, and a dash of love in every single pie." /> @@ -194,46 +110,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { - id: "t1", - title: "Best pizza!", - quote: "The crust is perfectly crispy and the ingredients are so fresh.", - name: "Sarah Johnson", - role: "Pizza Lover", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-eating-delicious-pizza_23-2150901058.jpg", - }, - { - id: "t2", - title: "Quick Delivery", - quote: "Always hot and tasty. Jamie's is my go-to for movie nights!", - name: "Michael Chen", - role: "Frequent Diner", - imageSrc: "http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-2831.jpg?_wi=1", - }, - { - id: "t3", - title: "Great Taste", - quote: "Their Pepperoni pizza is absolute heaven. Highly recommended.", - name: "Emily Rodriguez", - role: "Foodie", - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-talking-mobile-phone-waiting-area_107420-95801.jpg", - }, - { - id: "t4", - title: "Awesome!", - quote: "Great service and even better pizza. Won't order from anywhere else.", - name: "David Kim", - role: "Happy Customer", - imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-cheerful-charismatic-courier-looking-directly-holding-open-box-pizza_176532-10188.jpg", - }, - { - id: "t5", - title: "Family Favorite", - quote: "The whole family loves it. Best thin crust in town.", - name: "Linda Thompson", - role: "Local Parent", - imageSrc: "http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-2831.jpg?_wi=2", - }, + { id: "t1", title: "Best pizza!", quote: "The crust is perfectly crispy and the ingredients are so fresh.", name: "Sarah Johnson", role: "Pizza Lover", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-eating-delicious-pizza_23-2150901058.jpg" }, + { id: "t2", title: "Quick Delivery", quote: "Always hot and tasty. Jamie's is my go-to for movie nights!", name: "Michael Chen", role: "Frequent Diner", imageSrc: "http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-2831.jpg" }, + { id: "t3", title: "Great Taste", quote: "Their Pepperoni pizza is absolute heaven. Highly recommended.", name: "Emily Rodriguez", role: "Foodie", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-talking-mobile-phone-waiting-area_107420-95801.jpg" }, + { id: "t4", title: "Awesome!", quote: "Great service and even better pizza. Won't order from anywhere else.", name: "David Kim", role: "Happy Customer", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-cheerful-charismatic-courier-looking-directly-holding-open-box-pizza_176532-10188.jpg" }, + { id: "t5", title: "Family Favorite", quote: "The whole family loves it. Best thin crust in town.", name: "Linda Thompson", role: "Local Parent", imageSrc: "http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-2831.jpg" }, ]} title="What Our Customers Say" description="See why locals love Jamie's Pizza." @@ -244,8 +125,7 @@ export default function LandingPage() {