From 4e239eb3d52a07438c3991ae543b202b52ef6333 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 06:11:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 225 +++++++++++------------------------------------ 1 file changed, 52 insertions(+), 173 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bc66a3e..42e1dcb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -53,102 +45,57 @@ export default function LandingPage() { @@ -160,17 +107,11 @@ export default function LandingPage() { 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: "12K+", title: "Artisan Meals Served"}, { - value: "20+", - title: "Locally Sourced Toppings", - }, + value: "20+", title: "Locally Sourced Toppings"}, { - value: "5.0", - title: "Average Customer Rating", - }, + 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" @@ -186,47 +127,17 @@ export default function LandingPage() { 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: "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: "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: "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: "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: "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: "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." @@ -242,27 +153,13 @@ export default function LandingPage() { description="Meet the artisans and chefs dedicated to elevating your dining experience through constant innovation and passion." groups={[ { - id: "chefs", - groupTitle: "Kitchen Leadership", - members: [ + 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?_wi=2", - }, + 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?_wi=2", - }, + 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"}, ], - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629583.jpg?_wi=2", - imageAlt: "gourmet hot dog fine dining presentation", - }, + imageAlt: "gourmet hot dog fine dining presentation"}, ]} /> @@ -271,14 +168,11 @@ export default function LandingPage() { @@ -288,42 +182,27 @@ export default function LandingPage() { logoText="ChoryDogos" columns={[ { - title: "Menu", - items: [ + title: "Menu", items: [ { - label: "Gourmet Selection", - href: "#menu", - }, + label: "Gourmet Selection", href: "#menu"}, { - label: "Seasonal Specials", - href: "#menu", - }, + label: "Seasonal Specials", href: "#menu"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Careers", - href: "#", - }, + label: "Careers", href: "#"}, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { - label: "Reservations", - href: "mailto:reserve@chorydogos.com", - }, + label: "Reservations", href: "mailto:reserve@chorydogos.com"}, { - label: "Locations", - href: "#", - }, + label: "Locations", href: "#"}, ], }, ]} -- 2.49.1