Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ae4bf956fb | |||
| 326acd6923 | |||
| d7efc9f640 | |||
| 37a6f54024 |
@@ -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 Bay’s Favorite Ice Cream & Custom Cakes"
|
||||
title="Carvel’s 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>
|
||||
|
||||
Reference in New Issue
Block a user