Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 57de46f699 | |||
| b853257336 | |||
| 05fa6ab315 | |||
| de3d899cc2 | |||
| 4ff5695983 | |||
| 0d4211c14f | |||
| f8750d1161 | |||
| ebaa1d3ca2 | |||
| 08e106cf0c |
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
|
import { useState } from "react";
|
||||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
|
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
|
||||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||||
@@ -73,8 +74,8 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
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: "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: "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/free-photo/spinach-croissant_1339-2913.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: "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: "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" },
|
{ 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" },
|
||||||
|
|||||||
Reference in New Issue
Block a user