Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -54,23 +54,23 @@ export default function LandingPage() {
|
||||
background={{ variant: "radial-gradient" }}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cereal-bars-arrangement_23-2148267721.jpg", imageAlt: "Traditional Indian Barfi Sweets"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cereal-bars-arrangement_23-2148267721.jpg?_wi=1", imageAlt: "Traditional Indian Barfi Sweets"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cookie-plate-blue-table_114579-90362.jpg", imageAlt: "Authentic Jalebi Sweet Spiral"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cookie-plate-blue-table_114579-90362.jpg?_wi=1", imageAlt: "Authentic Jalebi Sweet Spiral"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/turkish-delights-raisins-wooden-plate-marble-background_114579-74521.jpg", imageAlt: "Premium Indian Laddu"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/turkish-delights-raisins-wooden-plate-marble-background_114579-74521.jpg?_wi=1", imageAlt: "Premium Indian Laddu"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-friends-front-bar_23-2147680611.jpg", imageAlt: "Sweets Collection Display"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-friends-front-bar_23-2147680611.jpg?_wi=1", imageAlt: "Sweets Collection Display"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indian-wedding-ceremony-with-traditional-sweets_23-2151994687.jpg", imageAlt: "Wedding Sweets Hamper"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indian-wedding-ceremony-with-traditional-sweets_23-2151994687.jpg?_wi=1", imageAlt: "Wedding Sweets Hamper"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spices-dry-fruits-tray-near-cups-drink_23-2148080942.jpg", imageAlt: "Festival Sweets Collection"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spices-dry-fruits-tray-near-cups-drink_23-2148080942.jpg?_wi=1", imageAlt: "Festival Sweets Collection"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-cooking-together_23-2150014863.jpg", imageAlt: "Shop Interior Heritage"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-cook-cuts-orange-into-pieces-marble-table_2831-7988.jpg", imageAlt: "Traditional Preparation"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-cook-cuts-orange-into-pieces-marble-table_2831-7988.jpg?_wi=1", imageAlt: "Traditional Preparation"},
|
||||
]}
|
||||
carouselPosition="right"
|
||||
/>
|
||||
@@ -99,11 +99,11 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Premium Assorted Barfi", price: "₹450", variant: "500g Box · Chocolate, Pistachio, Coconut", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cereal-bars-arrangement_23-2148267721.jpg", imageAlt: "Premium Assorted Barfi"},
|
||||
id: "1", name: "Premium Assorted Barfi", price: "₹450", variant: "500g Box · Chocolate, Pistachio, Coconut", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cereal-bars-arrangement_23-2148267721.jpg?_wi=2", imageAlt: "Premium Assorted Barfi"},
|
||||
{
|
||||
id: "2", name: "Golden Jalebi", price: "₹350", variant: "400g Pack · Fresh & Crispy", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cookie-plate-blue-table_114579-90362.jpg", imageAlt: "Golden Jalebi Sweets"},
|
||||
id: "2", name: "Golden Jalebi", price: "₹350", variant: "400g Pack · Fresh & Crispy", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cookie-plate-blue-table_114579-90362.jpg?_wi=2", imageAlt: "Golden Jalebi Sweets"},
|
||||
{
|
||||
id: "3", name: "Motichur Laddu", price: "₹500", variant: "600g Dozen · Melt in Mouth", imageSrc: "http://img.b2bpic.net/free-photo/turkish-delights-raisins-wooden-plate-marble-background_114579-74521.jpg", imageAlt: "Motichur Laddu"},
|
||||
id: "3", name: "Motichur Laddu", price: "₹500", variant: "600g Dozen · Melt in Mouth", imageSrc: "http://img.b2bpic.net/free-photo/turkish-delights-raisins-wooden-plate-marble-background_114579-74521.jpg?_wi=2", imageAlt: "Motichur Laddu"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
textboxLayout="default"
|
||||
@@ -121,7 +121,7 @@ export default function LandingPage() {
|
||||
tag="Our Commitment"
|
||||
tagIcon={Award}
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-cook-cuts-orange-into-pieces-marble-table_2831-7988.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-cook-cuts-orange-into-pieces-marble-table_2831-7988.jpg?_wi=2"
|
||||
imageAlt="Traditional Sweet Preparation"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
@@ -178,11 +178,11 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Wedding Sweets Hamper", price: "₹2,500", variant: "2kg Premium Selection · Gift Ready", imageSrc: "http://img.b2bpic.net/free-photo/indian-wedding-ceremony-with-traditional-sweets_23-2151994687.jpg", imageAlt: "Wedding Sweets Hamper"},
|
||||
id: "1", name: "Wedding Sweets Hamper", price: "₹2,500", variant: "2kg Premium Selection · Gift Ready", imageSrc: "http://img.b2bpic.net/free-photo/indian-wedding-ceremony-with-traditional-sweets_23-2151994687.jpg?_wi=2", imageAlt: "Wedding Sweets Hamper"},
|
||||
{
|
||||
id: "2", name: "Festival Gift Box", price: "₹1,500", variant: "1kg Assorted · Traditional Mix", imageSrc: "http://img.b2bpic.net/free-photo/spices-dry-fruits-tray-near-cups-drink_23-2148080942.jpg", imageAlt: "Festival Gift Box"},
|
||||
id: "2", name: "Festival Gift Box", price: "₹1,500", variant: "1kg Assorted · Traditional Mix", imageSrc: "http://img.b2bpic.net/free-photo/spices-dry-fruits-tray-near-cups-drink_23-2148080942.jpg?_wi=2", imageAlt: "Festival Gift Box"},
|
||||
{
|
||||
id: "3", name: "Custom Hamper", price: "₹Starting at ₹999", variant: "Customizable · Your Selection", imageSrc: "http://img.b2bpic.net/free-photo/happy-friends-front-bar_23-2147680611.jpg", imageAlt: "Custom Hamper Selection"},
|
||||
id: "3", name: "Custom Hamper", price: "₹Starting at ₹999", variant: "Customizable · Your Selection", imageSrc: "http://img.b2bpic.net/free-photo/happy-friends-front-bar_23-2147680611.jpg?_wi=2", imageAlt: "Custom Hamper Selection"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user