Update src/app/cupcakes/page.tsx
This commit is contained in:
@@ -16,7 +16,7 @@ export default function CupcakesPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="small"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -42,31 +42,21 @@ export default function CupcakesPage() {
|
||||
tag="Homemade Excellence"
|
||||
tagIcon={Cake}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "plain" }}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cupcakes-pine-cone-platter-garland-baubles-marble-surface_114579-25521.jpg?_wi=2",
|
||||
imageAlt: "Assorted festive cupcakes",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cupcakes-pine-cone-platter-garland-baubles-marble-surface_114579-25521.jpg", imageAlt: "Assorted festive cupcakes"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-rainbow-cupcake-still-life_23-2150423818.jpg?_wi=2",
|
||||
imageAlt: "Rainbow cupcake variety",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-rainbow-cupcake-still-life_23-2150423818.jpg", imageAlt: "Rainbow cupcake variety"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cupcakes-decorated-whipped-cream-frozen-raspberries_114579-7868.jpg?_wi=2",
|
||||
imageAlt: "Premium decorated cupcakes",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cupcakes-decorated-whipped-cream-frozen-raspberries_114579-7868.jpg", imageAlt: "Premium decorated cupcakes"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now: 083 261 9619",
|
||||
href: "tel:0832619619",
|
||||
},
|
||||
text: "Order Now: 083 261 9619", href: "tel:0832619619"},
|
||||
{
|
||||
text: "View Flavors",
|
||||
href: "contact",
|
||||
},
|
||||
text: "View Flavors", href: "contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -78,38 +68,17 @@ export default function CupcakesPage() {
|
||||
description="Discover our signature cupcake flavors made with fresh, quality ingredients"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Classic Vanilla",
|
||||
descriptions: [
|
||||
"Smooth, creamy vanilla frosting on tender sponge cake",
|
||||
"Perfect balance of sweetness and light texture",
|
||||
"Great for any celebration or everyday treat",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cupcakes-with-glaze-arrangement_23-2149021990.jpg",
|
||||
imageAlt: "Classic vanilla cupcakes",
|
||||
},
|
||||
id: "1", title: "Classic Vanilla", descriptions: [
|
||||
"Smooth, creamy vanilla frosting on tender sponge cake", "Perfect balance of sweetness and light texture", "Great for any celebration or everyday treat"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cupcakes-with-glaze-arrangement_23-2149021990.jpg", imageAlt: "Classic vanilla cupcakes"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Rich Chocolate",
|
||||
descriptions: [
|
||||
"Decadent chocolate cake with silky chocolate frosting",
|
||||
"Crafted for chocolate lovers who appreciate quality",
|
||||
"Available in dark or milk chocolate variations",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cupcakes-pine-cone-platter-garland-baubles-marble-surface_114579-25521.jpg?_wi=3",
|
||||
imageAlt: "Chocolate cupcakes with decoration",
|
||||
},
|
||||
id: "2", title: "Rich Chocolate", descriptions: [
|
||||
"Decadent chocolate cake with silky chocolate frosting", "Crafted for chocolate lovers who appreciate quality", "Available in dark or milk chocolate variations"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cupcakes-pine-cone-platter-garland-baubles-marble-surface_114579-25521.jpg", imageAlt: "Chocolate cupcakes with decoration"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Strawberry Bliss",
|
||||
descriptions: [
|
||||
"Fresh strawberry-infused cake with cream cheese frosting",
|
||||
"Topped with fresh strawberries for elegant presentation",
|
||||
"Perfect for spring celebrations and events",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cupcakes-decorated-whipped-cream-frozen-raspberries_114579-7868.jpg?_wi=3",
|
||||
imageAlt: "Strawberry frosted cupcakes",
|
||||
},
|
||||
id: "3", title: "Strawberry Bliss", descriptions: [
|
||||
"Fresh strawberry-infused cake with cream cheese frosting", "Topped with fresh strawberries for elegant presentation", "Perfect for spring celebrations and events"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cupcakes-decorated-whipped-cream-frozen-raspberries_114579-7868.jpg", imageAlt: "Strawberry frosted cupcakes"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -126,13 +95,9 @@ export default function CupcakesPage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Order by Phone",
|
||||
href: "tel:0832619619",
|
||||
},
|
||||
text: "Order by Phone", href: "tel:0832619619"},
|
||||
{
|
||||
text: "Contact for Custom Orders",
|
||||
href: "contact",
|
||||
},
|
||||
text: "Contact for Custom Orders", href: "contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -141,24 +106,21 @@ export default function CupcakesPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Products",
|
||||
items: [
|
||||
title: "Products", items: [
|
||||
{ label: "Firewood", href: "firewood" },
|
||||
{ label: "Cupcakes", href: "/cupcakes" },
|
||||
{ label: "Order Now", href: "contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Contact", href: "contact" },
|
||||
{ label: "Location", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: 083 261 9619", href: "tel:0832619619" },
|
||||
{ label: "Doornhoek, Thabazimbi 0380", href: "#" },
|
||||
{ label: "Open until 17:00 daily", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user