5 Commits

Author SHA1 Message Date
4fa496a1ce Merge version_2 into main
Merge version_2 into main
2026-04-04 16:39:28 +00:00
ae4bf956fb Update src/app/page.tsx 2026-04-04 16:39:22 +00:00
326acd6923 Merge version_1 into main
Merge version_1 into main
2026-04-04 16:26:11 +00:00
d7efc9f640 Merge version_1 into main
Merge version_1 into main
2026-04-04 16:25:47 +00:00
37a6f54024 Merge version_1 into main
Merge version_1 into main
2026-04-04 16:25:13 +00:00

View File

@@ -35,14 +35,14 @@ export default function LandingPage() {
{ name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "footer" }
]}
brandName="Oyster Bay Ice Cream"
brandName="Carvel"
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitTestimonial
background={{ variant: "gradient-bars" }}
title="Oyster Bays Favorite Ice Cream & Custom Cakes"
title="Carvels Favorite Ice Cream & Custom Cakes"
description="Fresh soft serve, custom cakes, and sweet treats made daily. Family-owned and community-focused since we opened our doors."
testimonials={[
{ name: "Sarah J.", handle: "@sarahj", testimonial: "The best soft serve I have ever had! The staff is incredibly friendly.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/boy-picking-donut-with-chocolate_23-2147624699.jpg?_wi=1" },
@@ -143,12 +143,12 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/young-woman-with-dyed-hair-near-shop_23-2149488666.jpg"
logoText="Oyster Bay Ice Cream"
logoText="Carvel"
columns={[
{ title: "Store", items: [{ label: "About Us", href: "#about" }, { label: "Directions", href: "#contact" }] },
{ title: "Orders", items: [{ label: "Custom Cakes", href: "#contact" }, { label: "Order Online", href: "#products" }] }
]}
copyrightText="© 2025 Oyster Bay Ice Cream. All rights reserved."
copyrightText="© 2025 Carvel. All rights reserved."
/>
</div>
</ReactLenis>