Merge version_2 into main #5
@@ -53,7 +53,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-with-fruits_23-2150727767.jpg", imageAlt: "Beautiful chocolate cake"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-with-fruits_23-2150727767.jpg?_wi=1", imageAlt: "Beautiful chocolate cake"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-composition-delicious-panettone_23-2149173072.jpg?_wi=1", imageAlt: "Colorful birthday cake"
|
||||
@@ -100,22 +100,22 @@ export default function LandingPage() {
|
||||
animationType="blur-reveal"
|
||||
products={[
|
||||
{
|
||||
id: "chocolate-truffle", name: "Chocolate Truffle Cake", price: "₹500", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-hand-slicing-black-white-chocolate_176474-3268.jpg", imageAlt: "Chocolate Truffle Cake"
|
||||
id: "chocolate-truffle", name: "Chocolate Truffle Cake", price: "₹500", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-hand-slicing-black-white-chocolate_176474-3268.jpg?_wi=1", imageAlt: "Chocolate Truffle Cake"
|
||||
},
|
||||
{
|
||||
id: "butterscotch", name: "Butterscotch Cake", price: "₹450", imageSrc: "http://img.b2bpic.net/free-photo/carrot-cake-with-2020-candles-cup-tea-grey-concrete_114579-4863.jpg", imageAlt: "Butterscotch Cake"
|
||||
id: "butterscotch", name: "Butterscotch Cake", price: "₹450", imageSrc: "http://img.b2bpic.net/free-photo/carrot-cake-with-2020-candles-cup-tea-grey-concrete_114579-4863.jpg?_wi=1", imageAlt: "Butterscotch Cake"
|
||||
},
|
||||
{
|
||||
id: "red-velvet", name: "Red Velvet Cake", price: "₹700", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-with-fruits_23-2150727664.jpg", imageAlt: "Red Velvet Cake"
|
||||
id: "red-velvet", name: "Red Velvet Cake", price: "₹700", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-with-fruits_23-2150727664.jpg?_wi=1", imageAlt: "Red Velvet Cake"
|
||||
},
|
||||
{
|
||||
id: "black-forest", name: "Black Forest Cake", price: "₹550", imageSrc: "http://img.b2bpic.net/free-photo/christmas-cake-decorated-with-red-berries_1303-13007.jpg", imageAlt: "Black Forest Cake"
|
||||
id: "black-forest", name: "Black Forest Cake", price: "₹550", imageSrc: "http://img.b2bpic.net/free-photo/christmas-cake-decorated-with-red-berries_1303-13007.jpg?_wi=1", imageAlt: "Black Forest Cake"
|
||||
},
|
||||
{
|
||||
id: "pineapple", name: "Pineapple Cake", price: "₹400", imageSrc: "http://img.b2bpic.net/free-photo/half-shot-fresh-orange-slices-chopped-cake-slices-dark-table_140725-86751.jpg", imageAlt: "Pineapple Cake"
|
||||
id: "pineapple", name: "Pineapple Cake", price: "₹400", imageSrc: "http://img.b2bpic.net/free-photo/half-shot-fresh-orange-slices-chopped-cake-slices-dark-table_140725-86751.jpg?_wi=1", imageAlt: "Pineapple Cake"
|
||||
},
|
||||
{
|
||||
id: "cupcakes", name: "Cupcake Box (6 pcs)", price: "₹300", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-muffins-glaze_23-2148425788.jpg", imageAlt: "Cupcake Box"
|
||||
id: "cupcakes", name: "Cupcake Box (6 pcs)", price: "₹300", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-muffins-glaze_23-2148425788.jpg?_wi=1", imageAlt: "Cupcake Box"
|
||||
}
|
||||
]}
|
||||
ariaLabel="Product showcase section"
|
||||
@@ -210,7 +210,7 @@ export default function LandingPage() {
|
||||
<ContactSplitForm
|
||||
title="Get in Touch"
|
||||
description="Have questions about our cakes or want to place a custom order? Reach out to us!"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-worker-examines-social-media-software-phone_482257-75353.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-worker-examines-social-media-software-phone_482257-75353.jpg?_wi=1"
|
||||
imageAlt="Contact us image"
|
||||
mediaAnimation="opacity"
|
||||
mediaPosition="right"
|
||||
|
||||
@@ -56,31 +56,31 @@ export default function ProductsPage() {
|
||||
animationType="blur-reveal"
|
||||
products={[
|
||||
{
|
||||
id: "chocolate-truffle", name: "Chocolate Truffle Cake", price: "₹500", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-hand-slicing-black-white-chocolate_176474-3268.jpg", imageAlt: "Chocolate Truffle Cake"
|
||||
id: "chocolate-truffle", name: "Chocolate Truffle Cake", price: "₹500", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-hand-slicing-black-white-chocolate_176474-3268.jpg?_wi=2", imageAlt: "Chocolate Truffle Cake"
|
||||
},
|
||||
{
|
||||
id: "butterscotch", name: "Butterscotch Cake", price: "₹450", imageSrc: "http://img.b2bpic.net/free-photo/carrot-cake-with-2020-candles-cup-tea-grey-concrete_114579-4863.jpg", imageAlt: "Butterscotch Cake"
|
||||
id: "butterscotch", name: "Butterscotch Cake", price: "₹450", imageSrc: "http://img.b2bpic.net/free-photo/carrot-cake-with-2020-candles-cup-tea-grey-concrete_114579-4863.jpg?_wi=2", imageAlt: "Butterscotch Cake"
|
||||
},
|
||||
{
|
||||
id: "red-velvet", name: "Red Velvet Cake", price: "₹700", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-with-fruits_23-2150727664.jpg", imageAlt: "Red Velvet Cake"
|
||||
id: "red-velvet", name: "Red Velvet Cake", price: "₹700", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-with-fruits_23-2150727664.jpg?_wi=2", imageAlt: "Red Velvet Cake"
|
||||
},
|
||||
{
|
||||
id: "black-forest", name: "Black Forest Cake", price: "₹550", imageSrc: "http://img.b2bpic.net/free-photo/christmas-cake-decorated-with-red-berries_1303-13007.jpg", imageAlt: "Black Forest Cake"
|
||||
id: "black-forest", name: "Black Forest Cake", price: "₹550", imageSrc: "http://img.b2bpic.net/free-photo/christmas-cake-decorated-with-red-berries_1303-13007.jpg?_wi=2", imageAlt: "Black Forest Cake"
|
||||
},
|
||||
{
|
||||
id: "pineapple", name: "Pineapple Cake", price: "₹400", imageSrc: "http://img.b2bpic.net/free-photo/half-shot-fresh-orange-slices-chopped-cake-slices-dark-table_140725-86751.jpg", imageAlt: "Pineapple Cake"
|
||||
id: "pineapple", name: "Pineapple Cake", price: "₹400", imageSrc: "http://img.b2bpic.net/free-photo/half-shot-fresh-orange-slices-chopped-cake-slices-dark-table_140725-86751.jpg?_wi=2", imageAlt: "Pineapple Cake"
|
||||
},
|
||||
{
|
||||
id: "cupcakes", name: "Cupcake Box (6 pcs)", price: "₹300", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-muffins-glaze_23-2148425788.jpg", imageAlt: "Cupcake Box"
|
||||
id: "cupcakes", name: "Cupcake Box (6 pcs)", price: "₹300", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-muffins-glaze_23-2148425788.jpg?_wi=2", imageAlt: "Cupcake Box"
|
||||
},
|
||||
{
|
||||
id: "vanilla-dream", name: "Vanilla Dream Cake", price: "₹480", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-with-fruits_23-2150727767.jpg", imageAlt: "Vanilla Dream Cake"
|
||||
id: "vanilla-dream", name: "Vanilla Dream Cake", price: "₹480", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-with-fruits_23-2150727767.jpg?_wi=2", imageAlt: "Vanilla Dream Cake"
|
||||
},
|
||||
{
|
||||
id: "strawberry-bliss", name: "Strawberry Bliss", price: "₹520", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-strawberry-pie-with-macarons-cup-tea-light-white_140725-78197.jpg", imageAlt: "Strawberry Bliss Cake"
|
||||
},
|
||||
{
|
||||
id: "mango-tango", name: "Mango Tango", price: "₹460", imageSrc: "http://img.b2bpic.net/free-photo/half-shot-fresh-orange-slices-chopped-cake-slices-dark-table_140725-86751.jpg", imageAlt: "Mango Tango Cake"
|
||||
id: "mango-tango", name: "Mango Tango", price: "₹460", imageSrc: "http://img.b2bpic.net/free-photo/half-shot-fresh-orange-slices-chopped-cake-slices-dark-table_140725-86751.jpg?_wi=3", imageAlt: "Mango Tango Cake"
|
||||
}
|
||||
]}
|
||||
ariaLabel="Complete product catalog"
|
||||
@@ -91,7 +91,7 @@ export default function ProductsPage() {
|
||||
<ContactSplitForm
|
||||
title="Interested in Custom Orders?"
|
||||
description="Let us know what you're looking for and we'll create something special just for you!"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-worker-examines-social-media-software-phone_482257-75353.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-worker-examines-social-media-software-phone_482257-75353.jpg?_wi=2"
|
||||
imageAlt="Contact us image"
|
||||
mediaAnimation="opacity"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user