Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-10 13:39:40 +00:00

View File

@@ -79,7 +79,7 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "ChocolateLux", name: "Dark Chocolate 70%", price: "$12.99", rating: 5,
reviewCount: "328", imageSrc: "http://img.b2bpic.net/free-photo/mix-different-chocolate-bars_23-2148173374.jpg", imageAlt: "Dark Chocolate 70%"
reviewCount: "328", imageSrc: "http://img.b2bpic.net/free-photo/mix-different-chocolate-bars_23-2148173374.jpg?_wi=1", imageAlt: "Dark Chocolate 70%"
},
{
id: "2", brand: "ChocolateLux", name: "Smooth Milk Chocolate", price: "$10.99", rating: 5,
@@ -87,11 +87,11 @@ export default function LandingPage() {
},
{
id: "3", brand: "ChocolateLux", name: "Premium White Chocolate", price: "$11.99", rating: 4,
reviewCount: "256", imageSrc: "http://img.b2bpic.net/free-photo/delicious-dessert-almonds-arrangement_23-2149637354.jpg", imageAlt: "Premium White Chocolate"
reviewCount: "256", imageSrc: "http://img.b2bpic.net/free-photo/delicious-dessert-almonds-arrangement_23-2149637354.jpg?_wi=1", imageAlt: "Premium White Chocolate"
},
{
id: "4", brand: "ChocolateLux", name: "Luxury Truffle Box", price: "$24.99", rating: 5,
reviewCount: "189", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-bonbons-cocoa-powder-background_123827-23045.jpg", imageAlt: "Luxury Truffle Box"
reviewCount: "189", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-bonbons-cocoa-powder-background_123827-23045.jpg?_wi=1", imageAlt: "Luxury Truffle Box"
}
]}
/>
@@ -109,19 +109,19 @@ export default function LandingPage() {
animationType="scale-rotate"
plans={[
{
id: "starter", title: "Single Bar", price: "$12.99", period: "/each", imageSrc: "http://img.b2bpic.net/free-photo/mix-different-chocolate-bars_23-2148173374.jpg", imageAlt: "Single Chocolate Bar", features: [
id: "starter", title: "Single Bar", price: "$12.99", period: "/each", imageSrc: "http://img.b2bpic.net/free-photo/mix-different-chocolate-bars_23-2148173374.jpg?_wi=2", imageAlt: "Single Chocolate Bar", features: [
"One premium chocolate bar", "Artisan packaging", "Recipe card included", "Standard shipping"
],
button: { text: "Add to Cart", href: "#products" }
},
{
id: "pro", title: "Assortment Box", price: "$34.99", period: "/box", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-bonbons-cocoa-powder-background_123827-23045.jpg", imageAlt: "Chocolate Assortment Box", features: [
id: "pro", title: "Assortment Box", price: "$34.99", period: "/box", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-bonbons-cocoa-powder-background_123827-23045.jpg?_wi=2", imageAlt: "Chocolate Assortment Box", features: [
"6 different varieties", "Premium gift packaging", "Tasting guide included", "Priority shipping", "Special gift wrapping"
],
button: { text: "Order Now", href: "#products" }
},
{
id: "premium", title: "Connoisseur Set", price: "$69.99", period: "/set", imageSrc: "http://img.b2bpic.net/free-photo/delicious-dessert-almonds-arrangement_23-2149637354.jpg", imageAlt: "Connoisseur Collection", features: [
id: "premium", title: "Connoisseur Set", price: "$69.99", period: "/set", imageSrc: "http://img.b2bpic.net/free-photo/delicious-dessert-almonds-arrangement_23-2149637354.jpg?_wi=2", imageAlt: "Connoisseur Collection", features: [
"12 premium selections", "Luxury velvet box", "Detailed tasting notes", "Express shipping", "Personal concierge service", "Quarterly exclusives access"
],
button: { text: "Become VIP", href: "#contact" }