Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9a24ee43f3 | |||
| cb6ba475e6 | |||
| d75b899b28 | |||
| ccc7dd254a |
@@ -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 { Mulish } from "next/font/google";
|
import { Mulish } from "next/font/google";
|
||||||
|
|
||||||
@@ -35,7 +34,7 @@ export default function RootLayout({
|
|||||||
<html lang="en" suppressHydrationWarning>
|
<html lang="en" suppressHydrationWarning>
|
||||||
<ServiceWrapper>
|
<ServiceWrapper>
|
||||||
<body className={`${mulish.variable} antialiased`}>
|
<body className={`${mulish.variable} antialiased`}>
|
||||||
<Tag />
|
|
||||||
{children}
|
{children}
|
||||||
<script
|
<script
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
|
|||||||
@@ -48,13 +48,13 @@ export default function LandingPage() {
|
|||||||
<HeroBillboard
|
<HeroBillboard
|
||||||
background={{
|
background={{
|
||||||
variant: "radial-gradient"}}
|
variant: "radial-gradient"}}
|
||||||
title="Arcade Books – A Nook for Every Reader"
|
title="Arcade Books – A Place for Every Reader"
|
||||||
description="Floor-to-ceiling stories in the heart of Rye, NY. Discover your next favorite book in our cozy, curated collection."
|
description="Floor-to-ceiling stories in the heart of Rye, NY. Discover your next favorite book in our cozy, curated collection."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Visit Us Today", href: "#contact"},
|
text: "Visit Us Today", href: "#contact"},
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/house-entrance-japan-building-plants_23-2149301099.jpg?_wi=1"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DvRaP5J7yuWtWU8aBAla86gVD4/uploaded-1779220818705-zldaaahy.png"
|
||||||
imageAlt="Arcade Books exterior"
|
imageAlt="Arcade Books exterior"
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
avatars={[
|
avatars={[
|
||||||
@@ -99,7 +99,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
title: "Cozy Atmosphere", description: "Lose track of time in our classic nook-and-cranny bookstore venue."},
|
title: "Cozy Atmosphere", description: "Lose track of time in our classic nook-and-cranny bookstore venue."},
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/interior-design-with-shelves-potted-plants_23-2149427980.jpg?_wi=2"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DvRaP5J7yuWtWU8aBAla86gVD4/uploaded-1779220702715-6yznqfv1.avif"
|
||||||
imageAlt="Arcade Books friendly team"
|
imageAlt="Arcade Books friendly team"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -115,7 +115,7 @@ export default function LandingPage() {
|
|||||||
title: "Expert Recommendations", description: "Can't find a book? Our friendly staff is always ready with a personal recommendation.", icon: BookOpen,
|
title: "Expert Recommendations", description: "Can't find a book? Our friendly staff is always ready with a personal recommendation.", icon: BookOpen,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Local Events", description: "Join our literary discussions and author signings in our quaint Rye location.", icon: Users,
|
title: "Wide Variety ", description: "We have almost every genre of books in our shop. Even if you're not a reader you can always find something here. ", icon: Users,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Curated Atmosphere", description: "From floor to ceiling, we create a calm, inviting environment to browse in.", icon: Coffee,
|
title: "Curated Atmosphere", description: "From floor to ceiling, we create a calm, inviting environment to browse in.", icon: Coffee,
|
||||||
@@ -233,4 +233,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user