Merge version_1 into main #1

Merged
bender merged 4 commits from version_1 into main 2026-03-09 01:56:25 +00:00
4 changed files with 1383 additions and 16 deletions

View File

@@ -70,7 +70,7 @@ export default function AboutPage() {
name: "Birthday Adventure",
price: "Request Quote",
variant: "Kids Theme Cakes",
imageSrc: "http://img.b2bpic.net/free-photo/cake-birthday-party_23-2147783685.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cake-birthday-party_23-2147783685.jpg?_wi=1",
imageAlt: "Fun kids birthday cake",
},
{
@@ -78,7 +78,7 @@ export default function AboutPage() {
name: "Adult Celebration",
price: "Request Quote",
variant: "Elegant Designs",
imageSrc: "http://img.b2bpic.net/free-photo/cupcake-explosion_23-2148114572.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cupcake-explosion_23-2148114572.jpg?_wi=1",
imageAlt: "Sophisticated adult birthday cake",
},
{
@@ -86,7 +86,7 @@ export default function AboutPage() {
name: "Classic Wedding",
price: "Request Quote",
variant: "Traditional & Modern",
imageSrc: "http://img.b2bpic.net/free-photo/wedding-cake-three-heights_1153-1165.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/wedding-cake-three-heights_1153-1165.jpg?_wi=1",
imageAlt: "Classic white wedding cake",
},
{
@@ -94,7 +94,7 @@ export default function AboutPage() {
name: "Modern Wedding",
price: "Request Quote",
variant: "Contemporary Design",
imageSrc: "http://img.b2bpic.net/free-vector/pretty-set-wedding-items_23-2147628244.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/pretty-set-wedding-items_23-2147628244.jpg?_wi=1",
imageAlt: "Modern artistic wedding cake",
},
{
@@ -102,7 +102,7 @@ export default function AboutPage() {
name: "Romantic Anniversary",
price: "Request Quote",
variant: "Soft Colors & Flowers",
imageSrc: "http://img.b2bpic.net/free-photo/birthday-cake-front-watercolor-background_23-2148015979.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/birthday-cake-front-watercolor-background_23-2148015979.jpg?_wi=1",
imageAlt: "Romantic anniversary cake",
},
{
@@ -110,7 +110,7 @@ export default function AboutPage() {
name: "Golden Celebration",
price: "Request Quote",
variant: "Luxury Accents",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-elegant-cake-topper_23-2149232358.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-elegant-cake-topper_23-2149232358.jpg?_wi=1",
imageAlt: "Luxury golden anniversary cake",
},
{
@@ -118,7 +118,7 @@ export default function AboutPage() {
name: "Cupcake Collection",
price: "Request Quote",
variant: "Assorted Flavors",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-rainbow-cupcakes-still-life_23-2150154593.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-rainbow-cupcakes-still-life_23-2150154593.jpg?_wi=1",
imageAlt: "Colorful frosted cupcakes",
},
]}

View File

@@ -22,7 +22,7 @@ export default function GalleryPage() {
name: "Birthday Adventure",
price: "Request Quote",
variant: "Kids Theme Cakes",
imageSrc: "http://img.b2bpic.net/free-photo/cake-birthday-party_23-2147783685.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cake-birthday-party_23-2147783685.jpg?_wi=2",
imageAlt: "Fun kids birthday cake",
},
{
@@ -30,7 +30,7 @@ export default function GalleryPage() {
name: "Adult Celebration",
price: "Request Quote",
variant: "Elegant Designs",
imageSrc: "http://img.b2bpic.net/free-photo/cupcake-explosion_23-2148114572.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cupcake-explosion_23-2148114572.jpg?_wi=2",
imageAlt: "Sophisticated adult birthday cake",
},
{
@@ -38,7 +38,7 @@ export default function GalleryPage() {
name: "Classic Wedding",
price: "Request Quote",
variant: "Traditional & Modern",
imageSrc: "http://img.b2bpic.net/free-photo/wedding-cake-three-heights_1153-1165.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/wedding-cake-three-heights_1153-1165.jpg?_wi=2",
imageAlt: "Classic white wedding cake",
},
{
@@ -46,7 +46,7 @@ export default function GalleryPage() {
name: "Modern Wedding",
price: "Request Quote",
variant: "Contemporary Design",
imageSrc: "http://img.b2bpic.net/free-vector/pretty-set-wedding-items_23-2147628244.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/pretty-set-wedding-items_23-2147628244.jpg?_wi=2",
imageAlt: "Modern artistic wedding cake",
},
{
@@ -54,7 +54,7 @@ export default function GalleryPage() {
name: "Romantic Anniversary",
price: "Request Quote",
variant: "Soft Colors & Flowers",
imageSrc: "http://img.b2bpic.net/free-photo/birthday-cake-front-watercolor-background_23-2148015979.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/birthday-cake-front-watercolor-background_23-2148015979.jpg?_wi=2",
imageAlt: "Romantic anniversary cake",
},
{
@@ -62,7 +62,7 @@ export default function GalleryPage() {
name: "Golden Celebration",
price: "Request Quote",
variant: "Luxury Accents",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-elegant-cake-topper_23-2149232358.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-elegant-cake-topper_23-2149232358.jpg?_wi=2",
imageAlt: "Luxury golden anniversary cake",
},
{
@@ -70,7 +70,7 @@ export default function GalleryPage() {
name: "Cupcake Collection",
price: "Request Quote",
variant: "Assorted Flavors",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-rainbow-cupcakes-still-life_23-2150154593.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-rainbow-cupcakes-still-life_23-2150154593.jpg?_wi=2",
imageAlt: "Colorful frosted cupcakes",
},
];

File diff suppressed because it is too large Load Diff

View File

@@ -54,7 +54,7 @@ export default function HomePage() {
imageAlt: "Beautiful decorated custom cake",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/cute-wedding-cake_1157-17847.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cute-wedding-cake_1157-17847.jpg?_wi=1",
imageAlt: "Elegant wedding cake with flowers",
},
]}
@@ -82,7 +82,7 @@ export default function HomePage() {
name: "Wedding Elegance",
price: "Rs. 8,500 - 15,000",
variant: "Customizable Flavors & Designs",
imageSrc: "http://img.b2bpic.net/free-photo/cute-wedding-cake_1157-17847.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cute-wedding-cake_1157-17847.jpg?_wi=2",
imageAlt: "Elegant tiered wedding cake",
},
{