diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 8c23d01..9a30974 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -8,17 +8,30 @@ import SplitAbout from '@/components/sections/about/SplitAbout'; export default function AboutPage() { return ( - + - + - + ); -} +} \ No newline at end of file diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 06f72cf..8269e62 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -8,33 +8,49 @@ import ContactSplit from '@/components/sections/contact/ContactSplit'; export default function ContactPage() { return ( - + - + - + ); -} +} \ No newline at end of file diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index b3a204c..bfa6dec 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -8,23 +8,37 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; export default function GalleryPage() { return ( - + - + - + ); -} +} \ No newline at end of file diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 5389ad1..d8ed68c 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -19,19 +19,32 @@ export default function MenuPage() { const [activeCategory, setActiveCategory] = useState("burgers"); return ( - + - +

Our Menu

@@ -59,19 +72,15 @@ export default function MenuPage() {
- - -
- - Order Now - + diff --git a/src/app/order/page.tsx b/src/app/order/page.tsx index a169edc..5dc6d47 100644 --- a/src/app/order/page.tsx +++ b/src/app/order/page.tsx @@ -49,6 +49,7 @@ export default function OrderPage() { { id: "p4", name: "Creamy Milkshake", price: "$6.99", imageSrc: "http://img.b2bpic.net/free-photo/cacao-milkshake-topped-with-colourful-sprinkles-ice-cream-oreo_140725-8264.jpg", priceButtonProps: { onClick: () => window.open('https://wa.me/1234567890?text=I%20would%20like%20to%20order%20the%20Creamy%20Milkshake') } }, ]} textboxLayout="default" + useInvertedBackground={false} />