5 Commits

Author SHA1 Message Date
b853257336 Update src/app/page.tsx 2026-05-11 08:27:49 +00:00
de3d899cc2 Update src/app/page.tsx 2026-05-11 08:27:11 +00:00
0d4211c14f Update src/app/page.tsx 2026-05-11 08:26:26 +00:00
ebaa1d3ca2 Update src/app/page.tsx 2026-05-11 08:23:37 +00:00
08e106cf0c Merge version_2 into main
Merge version_2 into main
2026-05-11 08:22:02 +00:00

View File

@@ -2,6 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import { useState } from "react";
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
import FooterMedia from '@/components/sections/footer/FooterMedia';
@@ -73,8 +74,8 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{ id: "p1", name: "Smoked Chicken Mayo Tramezzini", price: "R85", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-healthy-food-delivery-take-away-boxes_231208-7728.jpg?_wi=1" },
{ id: "p2", name: "Bacon & Egg Ciabatta", price: "R95", imageSrc: "http://img.b2bpic.net/free-photo/front-view-toast-with-vegetables-arugula-cheese-tray_141793-2846.jpg" },
{ id: "p3", name: "Cream Cheese & Pesto Croissant", price: "R65", imageSrc: "http://img.b2bpic.net/free-photo/spinach-croissant_1339-2913.jpg" },
{ id: "p2", name: "Bacon & Egg Ciabatta", price: "R95", imageSrc: "http://img.b2bpic.net/front-view-toast-with-vegetables-arugula-cheese-tray_141793-2846.jpg" },
{ id: "p3", name: "Cream Cheese & Pesto Croissant", price: "R65", imageSrc: "http://img.b2bpic.net/spinach-croissant_1339-2913.jpg" },
{ id: "p4", name: "Signature Carrot Cake", price: "R55", imageSrc: "http://img.b2bpic.net/free-photo/cup-hot-chocolate-book-cinnamons-gray-background-high-quality-photo_114579-68982.jpg" },
{ id: "p5", name: "Hazelnut Specialty Coffee", price: "R50", imageSrc: "http://img.b2bpic.net/free-photo/black-bearded-coffee-seller-pouring-coffee-shop_613910-443.jpg" },
{ id: "p6", name: "Indulgent Hot Chocolate", price: "R60", imageSrc: "http://img.b2bpic.net/free-photo/carrot-cake-slice-with-cream-cheese-frosting_123827-37136.jpg" },