Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 81f33ab2a1 | |||
| 1bf4440b8c | |||
| 8448918510 | |||
| d4bd8e318a | |||
| a149cb815b | |||
| 259e0eaf89 |
@@ -4,7 +4,6 @@ import { Inter } from "next/font/google";
|
|||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
import "@/lib/gsap-setup";
|
import "@/lib/gsap-setup";
|
||||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||||
import Tag from "@/tag/Tag";
|
|
||||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||||
import { Open_Sans } from "next/font/google";
|
import { Open_Sans } from "next/font/google";
|
||||||
|
|
||||||
@@ -31,7 +30,7 @@ export default function RootLayout({
|
|||||||
<html lang="en" suppressHydrationWarning>
|
<html lang="en" suppressHydrationWarning>
|
||||||
<ServiceWrapper>
|
<ServiceWrapper>
|
||||||
<body className={`${openSans.variable} antialiased`}>
|
<body className={`${openSans.variable} antialiased`}>
|
||||||
<Tag />
|
|
||||||
{children}
|
{children}
|
||||||
<script
|
<script
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
|
|||||||
@@ -130,39 +130,39 @@ export default function LandingPage() {
|
|||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "p1",
|
id: "p1",
|
||||||
name: "Chai Latte",
|
name: "Iced Latte",
|
||||||
price: "$5.50",
|
price: "$5.95",
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-with-caramel-cinnamon_140725-9491.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/coffee-with-caramel-cinnamon_140725-9491.jpg",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "p2",
|
id: "p2",
|
||||||
name: "Everything Bagel",
|
name: "Butter And Jam Bagel",
|
||||||
price: "$4.00",
|
price: "$3.95",
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/pretzel-coffee_23-2148574597.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/pretzel-coffee_23-2148574597.jpg",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "p3",
|
id: "p3",
|
||||||
name: "Banana Bread",
|
name: "Banana Bread",
|
||||||
price: "$3.50",
|
price: "$4.75",
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-slices-delicious-banana-bread-with-chocolate-chunks-walnut-plate_181624-22706.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-slices-delicious-banana-bread-with-chocolate-chunks-walnut-plate_181624-22706.jpg",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "p4",
|
id: "p4",
|
||||||
name: "Cappuccino",
|
name: "Cappuccino",
|
||||||
price: "$4.50",
|
price: "$5.50",
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee_74190-7833.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee_74190-7833.jpg",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "p5",
|
id: "p5",
|
||||||
name: "Iced Vanilla Latte",
|
name: "Hot Matcha Latte",
|
||||||
price: "$5.75",
|
price: "$6.50",
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/two-glasses-cold-coffee-with-milk-marble-surface_114579-90950.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bs4UjfAcOsU7tXKonPwPcWGzeD/tmp/hot-matcha-latte-1775409606261-c60ce451.png",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "p6",
|
id: "p6",
|
||||||
name: "Fresh Croissant",
|
name: "Chocolate Croissant",
|
||||||
price: "$3.75",
|
price: "$4.80",
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-croissant-decorated-with-drop-chocolate-black-board_114579-88306.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bs4UjfAcOsU7tXKonPwPcWGzeD/tmp/chocolate-croissant-1775409669881-9ff5e049.png",
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Cafe Favorites"
|
title="Cafe Favorites"
|
||||||
|
|||||||
Reference in New Issue
Block a user