Update src/app/cakes/page.tsx
This commit is contained in:
@@ -19,8 +19,7 @@ export default function CakesPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Products",
|
||||
items: [
|
||||
title: "Products", items: [
|
||||
{ label: "Baklava", href: "/products" },
|
||||
{ label: "Kanafa", href: "/products" },
|
||||
{ label: "Custom Cakes", href: "/cakes" },
|
||||
@@ -28,8 +27,7 @@ export default function CakesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Our Story", href: "/about" },
|
||||
@@ -37,8 +35,7 @@ export default function CakesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Location", href: "#" },
|
||||
{ label: "Phone", href: "tel:(586)555-0199" },
|
||||
{ label: "Email", href: "mailto:info@baghdadtowersweets.com" },
|
||||
@@ -54,7 +51,7 @@ export default function CakesPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="small"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -73,14 +70,14 @@ export default function CakesPage() {
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="Custom Cakes"
|
||||
description="Celebrate life's special moments with our beautifully crafted custom cakes. Each cake is uniquely designed and deliciously made to match your vision for weddings, birthdays, graduations, and unforgettable celebrations."
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "View Cakes", href: "#cakes-grid" },
|
||||
{ text: "Contact Us", href: "/contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/delicious-sweet-buffet-with-cupcakes-cakepops-cookiies-glasses-other-desserts_501050-532.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/delicious-sweet-buffet-with-cupcakes-cakepops-cookiies-glasses-other-desserts_501050-532.jpg"
|
||||
imageAlt="Elegant multi-tier wedding cake"
|
||||
mediaAnimation="opacity"
|
||||
frameStyle="card"
|
||||
@@ -99,42 +96,21 @@ export default function CakesPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Baghdad Tower",
|
||||
name: "Wedding Cake",
|
||||
price: "Starting at $199",
|
||||
rating: 5,
|
||||
reviewCount: "89",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-sweet-buffet-with-cupcakes-cakepops-cookiies-glasses-other-desserts_501050-532.jpg?_wi=2",
|
||||
imageAlt: "Elegant multi-tier wedding cake",
|
||||
},
|
||||
id: "1", brand: "Baghdad Tower", name: "Wedding Cake", price: "Starting at $199", rating: 5,
|
||||
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sweet-buffet-with-cupcakes-cakepops-cookiies-glasses-other-desserts_501050-532.jpg", imageAlt: "Elegant multi-tier wedding cake"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Baghdad Tower",
|
||||
name: "Birthday Cake",
|
||||
price: "Starting at $79",
|
||||
rating: 5,
|
||||
reviewCount: "156",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cake-with-candles-burning-evening_1304-4044.jpg",
|
||||
imageAlt: "Colorful custom birthday cake",
|
||||
},
|
||||
id: "2", brand: "Baghdad Tower", name: "Birthday Cake", price: "Starting at $79", rating: 5,
|
||||
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/cake-with-candles-burning-evening_1304-4044.jpg", imageAlt: "Colorful custom birthday cake"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Baghdad Tower",
|
||||
name: "Graduation Cake",
|
||||
price: "Starting at $89",
|
||||
rating: 5,
|
||||
reviewCount: "42",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wedding-cake-three-heights_1153-1165.jpg",
|
||||
imageAlt: "Academic-themed graduation cake",
|
||||
},
|
||||
id: "3", brand: "Baghdad Tower", name: "Graduation Cake", price: "Starting at $89", rating: 5,
|
||||
reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/wedding-cake-three-heights_1153-1165.jpg", imageAlt: "Academic-themed graduation cake"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/various-cakes-supermarket-shelves-sale_627829-7332.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/various-cakes-supermarket-shelves-sale_627829-7332.jpg"
|
||||
imageAlt="Baghdad Tower Sweets bakery display"
|
||||
logoText="Baghdad Tower Sweets"
|
||||
copyrightText="© 2025 Baghdad Tower Sweets. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user