Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8e96325ffa | |||
| cef0da554d | |||
| 0f2791b189 | |||
|
|
dc7b9ba63e | ||
| 3191847489 |
@@ -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 { Public_Sans } from "next/font/google";
|
||||
|
||||
@@ -28,7 +27,7 @@ export default function RootLayout({
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${publicSans.variable} antialiased`}>
|
||||
<Tag />
|
||||
|
||||
{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
|
||||
@@ -88,7 +88,7 @@ export default function Page() {
|
||||
{ id: "dog1", name: "Buddy", price: "Age: 3 years", imageSrc: "https://pixabay.com/get/gd45e45041856e95b46fa0462113c17fabbcfc73db0036fabc377eaa5804cfb8e1987cc8b8efe8718c1c5b3cffa11770c8ed3dd6338698c97030c540dc5161a86_1280.jpg", imageAlt: "golden retriever mix puppy happy" },
|
||||
{ id: "cat1", name: "Whiskers", price: "Age: 1 year", imageSrc: "https://pixabay.com/get/g6ee95df16874b4766aa240edebfa95f543b511ddf703faf0e2233b7460cf5bbe8879805b774971a74d90efb23f98985cb553f352d5e9c5e6d0aa5ce863fcdb17_1280.jpg", imageAlt: "playful tabby cat looking camera" },
|
||||
{ id: "dog2", name: "Lucy", price: "Age: 5 years", imageSrc: "https://pixabay.com/get/gef31928bd6ab80bb4d805bba29d0a6a46813ec947a30b0ef06522bd0f3535cdcb2505635637bddf9310074dca301f6c6649c2d47c3c36f5ac0f5cc831724e202_1280.jpg", imageAlt: "gentle labrador retriever outdoor portrait" },
|
||||
{ id: "cat2", name: "Shadow", price: "Age: 2 years", imageSrc: "https://pixabay.com/get/g69f1d69cc5976621cca51c54afc80cb55195ac4ce066ae5549ceef21783c1c85d6953063ba3d1b545a059322e70ba464ce6e484a06386d26324fd29afefcdeba_1280.jpg", imageAlt: "sleek black cat relaxing on couch" }
|
||||
{ id: "cat2", name: "Shadow", price: "Age: 2 years", imageSrc: "https://pixabay.com/get/g71081816110839e585641155025916421c4155982236943899f816911f1177636e7217a94247547141395558d7124976_1280.jpg", imageAlt: "sleek black cat relaxing on couch" }
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user