Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4fa496a1ce | |||
| ae4bf956fb | |||
| 326acd6923 | |||
| d7efc9f640 | |||
| 37a6f54024 |
@@ -35,14 +35,14 @@ export default function LandingPage() {
|
|||||||
{ name: "Reviews", id: "testimonials" },
|
{ name: "Reviews", id: "testimonials" },
|
||||||
{ name: "Contact", id: "footer" }
|
{ name: "Contact", id: "footer" }
|
||||||
]}
|
]}
|
||||||
brandName="Oyster Bay Ice Cream"
|
brandName="Carvel"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitTestimonial
|
<HeroSplitTestimonial
|
||||||
background={{ variant: "gradient-bars" }}
|
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."
|
description="Fresh soft serve, custom cakes, and sweet treats made daily. Family-owned and community-focused since we opened our doors."
|
||||||
testimonials={[
|
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" },
|
{ 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">
|
<div id="footer" data-section="footer">
|
||||||
<FooterMedia
|
<FooterMedia
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/young-woman-with-dyed-hair-near-shop_23-2149488666.jpg"
|
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={[
|
columns={[
|
||||||
{ title: "Store", items: [{ label: "About Us", href: "#about" }, { label: "Directions", href: "#contact" }] },
|
{ 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" }] }
|
{ 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>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user