diff --git a/src/app/page.tsx b/src/app/page.tsx
index 42e1dcb..d42e4e8 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,14 +28,10 @@ export default function LandingPage() {
@@ -44,59 +40,27 @@ export default function LandingPage() {
@@ -105,14 +69,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Crafting Flavors Since 2018"
description="We started with a simple passion: to transform the everyday into an extraordinary culinary moment. Our commitment to high-quality ingredients and artisan techniques defines the ChoryDogos promise."
- metrics={[
- {
- value: "12K+", title: "Artisan Meals Served"},
- {
- value: "20+", title: "Locally Sourced Toppings"},
- {
- value: "5.0", title: "Average Customer Rating"},
- ]}
+ metrics={[{ value: "12K+", title: "Artisan Meals Served" }, { value: "20+", title: "Locally Sourced Toppings" }, { value: "5.0", title: "Average Customer Rating" }]}
imageSrc="http://img.b2bpic.net/free-photo/precision-creativity-shine-as-chef-sprinkles-sliced-veggies-onto-dish_482257-124472.jpg"
mediaAnimation="blur-reveal"
metricsAnimation="slide-up"
@@ -126,18 +83,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
- {
- id: "p1", name: "Truffle Infusion", price: "$14", variant: "Gourmet", imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-chorizo-arrangement_23-2148980265.jpg"},
- {
- id: "p2", name: "Classic Artisan", price: "$11", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/tasty-fast-food-hot-dog-close-up_23-2148668464.jpg"},
- {
- id: "p3", name: "Bacon Smokehouse", price: "$15", variant: "Savory", imageSrc: "http://img.b2bpic.net/free-photo/hot-dog_23-2147783603.jpg"},
- {
- id: "p4", name: "Spicy Chili Blast", price: "$13", variant: "Hot", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tasty-hot-dogs-arrangement_23-2148768202.jpg"},
- {
- id: "p5", name: "Green Garden Fresh", price: "$12", variant: "Vegan", imageSrc: "http://img.b2bpic.net/free-photo/gourmet-grilled-all-beef-hot-dog-with-sides-chips-delicious-simple-hot-dogs-with-mustard-pepper-onion-nachos-hot-dogs-fully-loaded-with-assorted-toppings-paddle-board_1150-44659.jpg"},
- {
- id: "p6", name: "Slaw & Crunch", price: "$12", variant: "Textured", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-apples-rice_140725-764.jpg"},
+ { id: "p1", name: "Truffle Infusion", price: "$14", variant: "Gourmet", imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-chorizo-arrangement_23-2148980265.jpg" },
+ { id: "p2", name: "Classic Artisan", price: "$11", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/tasty-fast-food-hot-dog-close-up_23-2148668464.jpg" },
+ { id: "p3", name: "Bacon Smokehouse", price: "$15", variant: "Savory", imageSrc: "http://img.b2bpic.net/free-photo/hot-dog_23-2147783603.jpg" },
+ { id: "p4", name: "Spicy Chili Blast", price: "$13", variant: "Hot", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tasty-hot-dogs-arrangement_23-2148768202.jpg" },
+ { id: "p5", name: "Green Garden Fresh", price: "$12", variant: "Vegan", imageSrc: "http://img.b2bpic.net/free-photo/gourmet-grilled-all-beef-hot-dog-with-sides-chips-delicious-simple-hot-dogs-with-mustard-pepper-onion-nachos-hot-dogs-fully-loaded-with-assorted-toppings-paddle-board_1150-44659.jpg" },
+ { id: "p6", name: "Slaw & Crunch", price: "$12", variant: "Textured", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-apples-rice_140725-764.jpg" }
]}
title="Our Signature Creations"
description="Explore our curated collection of gourmet dogs, each uniquely inspired by classic flavors and modern culinary innovation."
@@ -154,12 +105,10 @@ export default function LandingPage() {
groups={[
{
id: "chefs", groupTitle: "Kitchen Leadership", members: [
- {
- id: "m1", title: "Chef Marco", subtitle: "Executive Chef", detail: "Master of artisan blends.", imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-restaurant_23-2148006700.jpg"},
- {
- id: "m2", title: "Chef Elena", subtitle: "Pastry & Toppings", detail: "Creative flavor architect.", imageSrc: "http://img.b2bpic.net/free-photo/concentrated-young-redhead-curly-lady-standing-cafe_171337-16592.jpg"},
- ],
- imageAlt: "gourmet hot dog fine dining presentation"},
+ { id: "m1", title: "Chef Marco", subtitle: "Executive Chef", detail: "Master of artisan blends.", imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-restaurant_23-2148006700.jpg" },
+ { id: "m2", title: "Chef Elena", subtitle: "Pastry & Toppings", detail: "Creative flavor architect.", imageSrc: "http://img.b2bpic.net/free-photo/concentrated-young-redhead-curly-lady-standing-cafe_171337-16592.jpg" }
+ ]
+ }
]}
/>
@@ -167,13 +116,9 @@ export default function LandingPage() {