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