7 Commits

Author SHA1 Message Date
9a24ee43f3 Remove watermark 2026-05-20 20:09:03 +00:00
cb6ba475e6 Update src/app/page.tsx 2026-05-19 20:02:17 +00:00
d75b899b28 Update src/app/page.tsx 2026-05-19 19:53:57 +00:00
ccc7dd254a Merge version_3 into main
Merge version_3 into main
2026-05-19 19:52:55 +00:00
8e5fedda26 Update src/app/page.tsx 2026-05-19 19:52:48 +00:00
5702d0288b Merge version_2 into main
Merge version_2 into main
2026-05-19 19:51:55 +00:00
df6323eed9 Merge version_2 into main
Merge version_2 into main
2026-05-19 19:51:31 +00:00
2 changed files with 7 additions and 8 deletions

View File

@@ -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 { Mulish } from "next/font/google";
@@ -35,7 +34,7 @@ export default function RootLayout({
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${mulish.variable} antialiased`}>
<Tag />
{children}
<script
dangerouslySetInnerHTML={{

View File

@@ -48,14 +48,14 @@ export default function LandingPage() {
<HeroBillboard
background={{
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."
buttons={[
{
text: "Visit Us Today", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/interior-design-with-shelves-potted-plants_23-2149427980.jpg?_wi=1"
imageAlt="Inside Arcade Books Rye NY"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DvRaP5J7yuWtWU8aBAla86gVD4/uploaded-1779220818705-zldaaahy.png"
imageAlt="Arcade Books exterior"
mediaAnimation="blur-reveal"
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."},
]}
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"
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: "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,
@@ -233,4 +233,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}