Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -63,19 +63,19 @@ export default function LandingPage() {
|
||||
tagIcon={Package}
|
||||
features={[
|
||||
{
|
||||
title: "Gourmet Chocolates", description: "Luxurious chocolate truffles with premium cocoa and exotic fillings", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cake-slices-with-nuts-sweets-dark-surface_140725-90766.jpg", imageAlt: "Gourmet chocolate collection", buttonIcon: ArrowRight,
|
||||
title: "Gourmet Chocolates", description: "Luxurious chocolate truffles with premium cocoa and exotic fillings", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cake-slices-with-nuts-sweets-dark-surface_140725-90766.jpg?_wi=1", imageAlt: "Gourmet chocolate collection", buttonIcon: ArrowRight,
|
||||
buttonHref: "contact"
|
||||
},
|
||||
{
|
||||
title: "French Macarons", description: "Delicate almond-based confections in vibrant colors and endless flavors", imageSrc: "http://img.b2bpic.net/free-photo/cookies-colored-stacked_1232-565.jpg", imageAlt: "Colorful French macarons", buttonIcon: ArrowRight,
|
||||
title: "French Macarons", description: "Delicate almond-based confections in vibrant colors and endless flavors", imageSrc: "http://img.b2bpic.net/free-photo/cookies-colored-stacked_1232-565.jpg?_wi=1", imageAlt: "Colorful French macarons", buttonIcon: ArrowRight,
|
||||
buttonHref: "contact"
|
||||
},
|
||||
{
|
||||
title: "Caramel Delights", description: "Hand-pulled caramel sweets infused with sea salt and natural butter", imageSrc: "http://img.b2bpic.net/free-photo/delicious-honey-pouring-spoons_23-2148346638.jpg", imageAlt: "Golden caramel candies", buttonIcon: ArrowRight,
|
||||
title: "Caramel Delights", description: "Hand-pulled caramel sweets infused with sea salt and natural butter", imageSrc: "http://img.b2bpic.net/free-photo/delicious-honey-pouring-spoons_23-2148346638.jpg?_wi=1", imageAlt: "Golden caramel candies", buttonIcon: ArrowRight,
|
||||
buttonHref: "contact"
|
||||
},
|
||||
{
|
||||
title: "Gummy Collection", description: "Colorful fruit gummies made with real fruit juice and natural ingredients", imageSrc: "http://img.b2bpic.net/free-photo/various-jelly-beans-blue-background_58702-2159.jpg", imageAlt: "Assorted gummy candy", buttonIcon: ArrowRight,
|
||||
title: "Gummy Collection", description: "Colorful fruit gummies made with real fruit juice and natural ingredients", imageSrc: "http://img.b2bpic.net/free-photo/various-jelly-beans-blue-background_58702-2159.jpg?_wi=1", imageAlt: "Assorted gummy candy", buttonIcon: ArrowRight,
|
||||
buttonHref: "contact"
|
||||
}
|
||||
]}
|
||||
@@ -101,16 +101,16 @@ export default function LandingPage() {
|
||||
<ProductCardFour
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Premium Chocolate Truffle Box", price: "$24.99", variant: "Assorted 12 pieces", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cake-slices-with-nuts-sweets-dark-surface_140725-90766.jpg", imageAlt: "Chocolate truffle collection"
|
||||
id: "1", name: "Premium Chocolate Truffle Box", price: "$24.99", variant: "Assorted 12 pieces", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cake-slices-with-nuts-sweets-dark-surface_140725-90766.jpg?_wi=2", imageAlt: "Chocolate truffle collection"
|
||||
},
|
||||
{
|
||||
id: "2", name: "French Macaron Set", price: "$18.99", variant: "Mixed flavors 8 pieces", imageSrc: "http://img.b2bpic.net/free-photo/cookies-colored-stacked_1232-565.jpg", imageAlt: "French macarons set"
|
||||
id: "2", name: "French Macaron Set", price: "$18.99", variant: "Mixed flavors 8 pieces", imageSrc: "http://img.b2bpic.net/free-photo/cookies-colored-stacked_1232-565.jpg?_wi=2", imageAlt: "French macarons set"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Salted Caramel Collection", price: "$16.99", variant: "Premium blend 10 pieces", imageSrc: "http://img.b2bpic.net/free-photo/delicious-honey-pouring-spoons_23-2148346638.jpg", imageAlt: "Salted caramel candies"
|
||||
id: "3", name: "Salted Caramel Collection", price: "$16.99", variant: "Premium blend 10 pieces", imageSrc: "http://img.b2bpic.net/free-photo/delicious-honey-pouring-spoons_23-2148346638.jpg?_wi=2", imageAlt: "Salted caramel candies"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Organic Gummy Assortment", price: "$13.99", variant: "Natural colors mixed", imageSrc: "http://img.b2bpic.net/free-photo/various-jelly-beans-blue-background_58702-2159.jpg", imageAlt: "Organic gummy collection"
|
||||
id: "4", name: "Organic Gummy Assortment", price: "$13.99", variant: "Natural colors mixed", imageSrc: "http://img.b2bpic.net/free-photo/various-jelly-beans-blue-background_58702-2159.jpg?_wi=2", imageAlt: "Organic gummy collection"
|
||||
}
|
||||
]}
|
||||
title="Featured Products"
|
||||
|
||||
Reference in New Issue
Block a user