Update src/app/products/page.tsx

This commit is contained in:
2026-03-06 02:14:42 +00:00
parent 1fb26b0e8d
commit b53e5f9a34

View File

@@ -19,8 +19,7 @@ export default function ProductsPage() {
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 ProductsPage() {
],
},
{
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 ProductsPage() {
],
},
{
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 ProductsPage() {
borderRadius="soft"
contentWidth="small"
sizing="largeSmallSizeMediumTitles"
background="grid"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="flat"
secondaryButtonStyle="solid"
@@ -73,14 +70,14 @@ export default function ProductsPage() {
<HeroLogoBillboardSplit
logoText="Our Collection"
description="Discover our complete range of authentic Middle Eastern desserts. Each item is handcrafted with premium imported ingredients and traditional recipes to deliver an unforgettable taste experience."
background={{ variant: "grid" }}
background={{ variant: "plain" }}
buttons={[
{ text: "Order Now", href: "#products-grid" },
{ text: "Custom Orders", href: "/cakes" },
]}
buttonAnimation="slide-up"
layoutOrder="default"
imageSrc="http://img.b2bpic.net/free-photo/eastern-sweets_2829-14162.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/eastern-sweets_2829-14162.jpg"
imageAlt="Fresh pistachio baklava displayed beautifully"
mediaAnimation="opacity"
frameStyle="card"
@@ -99,42 +96,21 @@ export default function ProductsPage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "1",
brand: "Baghdad Tower",
name: "Pistachio Baklava",
price: "$18.99",
rating: 5,
reviewCount: "245",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-turkish-baklava-dessert-made-thin-pastry-nuts-honey_176474-2592.jpg?_wi=2",
imageAlt: "Premium pistachio baklava with honey drizzle",
},
id: "1", brand: "Baghdad Tower", name: "Pistachio Baklava", price: "$18.99", rating: 5,
reviewCount: "245", imageSrc: "http://img.b2bpic.net/free-photo/close-up-turkish-baklava-dessert-made-thin-pastry-nuts-honey_176474-2592.jpg", imageAlt: "Premium pistachio baklava with honey drizzle"},
{
id: "2",
brand: "Baghdad Tower",
name: "Kanafa",
price: "$16.99",
rating: 5,
reviewCount: "189",
imageSrc: "http://img.b2bpic.net/free-photo/gingerbread-with-jam-sugar-glaze-kadayif-platter-marble_114579-70946.jpg?_wi=2",
imageAlt: "Fresh kanafa with cream filling",
},
id: "2", brand: "Baghdad Tower", name: "Kanafa", price: "$16.99", rating: 5,
reviewCount: "189", imageSrc: "http://img.b2bpic.net/free-photo/gingerbread-with-jam-sugar-glaze-kadayif-platter-marble_114579-70946.jpg", imageAlt: "Fresh kanafa with cream filling"},
{
id: "3",
brand: "Baghdad Tower",
name: "Kahi with Pistachio",
price: "$15.99",
rating: 5,
reviewCount: "167",
imageSrc: "http://img.b2bpic.net/free-photo/plate-triangular-cut-turkish-dessert-with-pistachio-vanilla-ice-cream_140725-6968.jpg?_wi=2",
imageAlt: "Delicate kahi pastry with pistachio filling",
},
id: "3", brand: "Baghdad Tower", name: "Kahi with Pistachio", price: "$15.99", rating: 5,
reviewCount: "167", imageSrc: "http://img.b2bpic.net/free-photo/plate-triangular-cut-turkish-dessert-with-pistachio-vanilla-ice-cream_140725-6968.jpg", imageAlt: "Delicate kahi pastry with pistachio filling"},
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/various-cakes-supermarket-shelves-sale_627829-7332.jpg?_wi=3"
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."