Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-12 06:20:29 +00:00

View File

@@ -53,9 +53,9 @@ export default function LandingPage() {
buttonAnimation="slide-up"
carouselItems={[
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-dessert_23-2149233679.jpg", imageAlt: "Premium Luxury Pastries" },
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/coffee-croissant-jam-wooden-table-french-breakfast-cafe-vertical-shot-selective-focus-croissant_166373-2615.jpg", imageAlt: "Luxury Croissants" },
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/overloaded-cake-with-flowers_23-2150996530.jpg", imageAlt: "Gourmet Cakes" },
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/top-view-macarons-saucer-with-flowers-white-towel-wooden-surface_141793-18285.jpg", imageAlt: "French Macarons" },
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/coffee-croissant-jam-wooden-table-french-breakfast-cafe-vertical-shot-selective-focus-croissant_166373-2615.jpg?_wi=1", imageAlt: "Luxury Croissants" },
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/overloaded-cake-with-flowers_23-2150996530.jpg?_wi=1", imageAlt: "Gourmet Cakes" },
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/top-view-macarons-saucer-with-flowers-white-towel-wooden-surface_141793-18285.jpg?_wi=1", imageAlt: "French Macarons" },
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/sweet-dessert-with-dark-chocolate_74190-7180.jpg", imageAlt: "Artisanal Chocolates" },
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/eastern-sweets-assorted-traditional-turkish-delight-with-nuts_114579-19458.jpg", imageAlt: "Premium Arabic Sweets" }
]}
@@ -119,15 +119,15 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Latein Pastries", name: "French Croissants Collection", price: "$45.00", rating: 5,
reviewCount: "248", imageSrc: "http://img.b2bpic.net/free-photo/coffee-croissant-jam-wooden-table-french-breakfast-cafe-vertical-shot-selective-focus-croissant_166373-2615.jpg", imageAlt: "Premium French Croissants"
reviewCount: "248", imageSrc: "http://img.b2bpic.net/free-photo/coffee-croissant-jam-wooden-table-french-breakfast-cafe-vertical-shot-selective-focus-croissant_166373-2615.jpg?_wi=2", imageAlt: "Premium French Croissants"
},
{
id: "2", brand: "Latein Pastries", name: "Luxury Cake Selection", price: "$65.00", rating: 5,
reviewCount: "312", imageSrc: "http://img.b2bpic.net/free-photo/overloaded-cake-with-flowers_23-2150996530.jpg", imageAlt: "Gourmet Custom Cakes"
reviewCount: "312", imageSrc: "http://img.b2bpic.net/free-photo/overloaded-cake-with-flowers_23-2150996530.jpg?_wi=2", imageAlt: "Gourmet Custom Cakes"
},
{
id: "3", brand: "Latein Pastries", name: "French Macarons Assortment", price: "$38.00", rating: 5,
reviewCount: "189", imageSrc: "http://img.b2bpic.net/free-photo/top-view-macarons-saucer-with-flowers-white-towel-wooden-surface_141793-18285.jpg", imageAlt: "Premium Artisanal Macarons"
reviewCount: "189", imageSrc: "http://img.b2bpic.net/free-photo/top-view-macarons-saucer-with-flowers-white-towel-wooden-surface_141793-18285.jpg?_wi=2", imageAlt: "Premium Artisanal Macarons"
}
]}
gridVariant="three-columns-all-equal-width"