Update src/app/page.tsx

This commit is contained in:
2026-03-10 03:20:25 +00:00
parent ec195c2865
commit 48c8caede3

View File

@@ -92,17 +92,17 @@ export default function LandingPage() {
<ProductCardOne
products={[
{
id: "1", name: "Pan-Seared Salmon", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-meal-with-cutlery-table-food-dinner-meal_140725-28231.jpg?_wi=1", imageAlt: "Pan-seared salmon with seasonal vegetables"},
id: "1", name: "Pan-Seared Salmon", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-meal-with-cutlery-table-food-dinner-meal_140725-28231.jpg", imageAlt: "Pan-seared salmon with seasonal vegetables"},
{
id: "2", name: "Truffle Risotto", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cake-slice-with-apricot-slice-inside-green-plate-light-desk-cake-biscuit-sweet-dough-bake_140725-22559.jpg?_wi=1", imageAlt: "Creamy truffle risotto with parmesan"},
id: "2", name: "Truffle Risotto", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cake-slice-with-apricot-slice-inside-green-plate-light-desk-cake-biscuit-sweet-dough-bake_140725-22559.jpg", imageAlt: "Creamy truffle risotto with parmesan"},
{
id: "3", name: "Wagyu Steak", price: "$48", imageSrc: "http://img.b2bpic.net/free-photo/grilled-foie-gras_1203-3591.jpg?_wi=1", imageAlt: "Premium wagyu beef steak"},
id: "3", name: "Wagyu Steak", price: "$48", imageSrc: "http://img.b2bpic.net/free-photo/grilled-foie-gras_1203-3591.jpg", imageAlt: "Premium wagyu beef steak"},
{
id: "4", name: "Herb-Crusted Lamb", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-meal-with-cutlery-table-food-dinner-meal_140725-28231.jpg?_wi=2", imageAlt: "Herb-crusted lamb chops"},
id: "4", name: "Herb-Crusted Lamb", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-meal-with-cutlery-table-food-dinner-meal_140725-28231.jpg", imageAlt: "Herb-crusted lamb chops"},
{
id: "5", name: "Scallop Medley", price: "$35", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cake-slice-with-apricot-slice-inside-green-plate-light-desk-cake-biscuit-sweet-dough-bake_140725-22559.jpg?_wi=2", imageAlt: "Pan-seared scallops with citrus butter"},
id: "5", name: "Scallop Medley", price: "$35", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cake-slice-with-apricot-slice-inside-green-plate-light-desk-cake-biscuit-sweet-dough-bake_140725-22559.jpg", imageAlt: "Pan-seared scallops with citrus butter"},
{
id: "6", name: "Chocolate Decadence", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/grilled-foie-gras_1203-3591.jpg?_wi=2", imageAlt: "Rich chocolate dessert with berry coulis"},
id: "6", name: "Chocolate Decadence", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/grilled-foie-gras_1203-3591.jpg", imageAlt: "Rich chocolate dessert with berry coulis"},
]}
carouselMode="buttons"
gridVariant="bento-grid"
@@ -115,8 +115,8 @@ export default function LandingPage() {
useInvertedBackground={false}
className="py-20"
containerClassName="max-w-7xl mx-auto"
titleClassName="text-5xl font-bold"
descriptionClassName="text-xl mt-4"
textBoxTitleClassName="text-5xl font-bold"
textBoxDescriptionClassName="text-xl mt-4"
cardClassName="group rounded-pill overflow-hidden transition-all duration-300"
imageClassName="w-full h-full object-cover group-hover:scale-105 transition-transform"
gridClassName="gap-6"
@@ -149,7 +149,7 @@ export default function LandingPage() {
useInvertedBackground={false}
className="py-20 bg-gradient-to-br from-orange-50 to-white"
containerClassName="max-w-6xl mx-auto"
titleClassName="text-5xl font-bold"
textBoxTitleClassName="text-5xl font-bold"
cardClassName="rounded-pill p-8 hover:shadow-xl transition-all duration-300"
nameClassName="text-xl font-semibold"
roleClassName="text-sm font-medium text-orange-600"