Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-04 02:27:28 +00:00

View File

@@ -2,6 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import { Coffee, MapPin, Star, Heart, Zap } from 'lucide-react';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
@@ -28,22 +29,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Menu",
id: "menu",
},
{
name: "About",
id: "about",
},
{
name: "Reviews",
id: "reviews",
},
{
name: "Visit Us",
id: "visit",
},
{ name: "Menu", id: "menu" },
{ name: "About", id: "about" },
{ name: "Reviews", id: "reviews" },
{ name: "Visit Us", id: "visit" },
]}
brandName="The Tackle Box"
/>
@@ -51,43 +40,17 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "radial-gradient",
}}
background={{ variant: "radial-gradient" }}
title="Scoops, Sips & Something Special"
description="Indulge in our handcrafted ice cream, signature dirty sodas, and legendary specialty shakes made fresh just for you."
tag="Welcome to The Tackle Box"
buttons={[
{
text: "See Our Menu",
href: "#menu",
},
{
text: "Come Say Hi",
href: "#visit",
},
{ text: "See Our Menu", href: "#menu" },
{ text: "Come Say Hi", href: "#visit" },
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/brandy-alexander-cocktail_123827-22064.jpg?_wi=1",
imageAlt: "Signature dessert shake",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/pink-ice-cream-bowl-near-scoop-with-slices-fresh-berries-flowers_23-2148107742.jpg?_wi=1",
imageAlt: "Artisan ice cream cone",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-soft-drink-glass-with-straw-ice-cubes_23-2148691225.jpg?_wi=1",
imageAlt: "Refreshing craft soda",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/mixed-dessert-with-cream-candies_140725-1179.jpg?_wi=1",
imageAlt: "Decadent specialty shake",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/traditional-greek-street-cafe-with-flowers_661209-441.jpg?_wi=1",
imageAlt: "The Tackle Box shop exterior",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/brandy-alexander-cocktail_123827-22064.jpg", imageAlt: "Signature dessert shake" },
{ imageSrc: "http://img.b2bpic.net/free-photo/pink-ice-cream-bowl-near-scoop-with-slices-fresh-berries-flowers_23-2148107742.jpg", imageAlt: "Artisan ice cream cone" }
]}
mediaAnimation="blur-reveal"
rating={5}
@@ -102,71 +65,32 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Handcrafted Ice Cream",
description: "Unique flavors, generous scoops — our signature peanut butter bomb is a legendary favorite.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/pink-ice-cream-bowl-near-scoop-with-slices-fresh-berries-flowers_23-2148107742.jpg?_wi=2",
imageAlt: "Ice Cream",
},
title: "Handcrafted Ice Cream", description: "Unique flavors, generous scoops — our signature peanut butter bomb is a legendary favorite.", media: { imageSrc: "http://img.b2bpic.net/free-photo/pink-ice-cream-bowl-near-scoop-with-slices-fresh-berries-flowers_23-2148107742.jpg", imageAlt: "Ice Cream" },
items: [
{
text: "Locally Sourced",
},
{
text: "Fresh Dairy",
},
{
text: "Bold Flavors",
},
{ icon: Coffee, text: "Locally Sourced" },
{ icon: Heart, text: "Fresh Dairy" },
{ icon: Zap, text: "Bold Flavors" },
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/brandy-alexander-cocktail_123827-22064.jpg?_wi=2",
imageAlt: "gourmet milkshake warm lighting studio",
reverse: false
},
{
title: "Dirty Sodas",
description: "Creative, unique, and totally addictive. Flavors you won't find anywhere else, mixed just right.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-soft-drink-glass-with-straw-ice-cubes_23-2148691225.jpg?_wi=2",
imageAlt: "Dirty Soda",
},
title: "Dirty Sodas", description: "Creative, unique, and totally addictive. Flavors you won't find anywhere else, mixed just right.", media: { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-soft-drink-glass-with-straw-ice-cubes_23-2148691225.jpg", imageAlt: "Dirty Soda" },
items: [
{
text: "Custom Mixes",
},
{
text: "Premium Syrups",
},
{
text: "Iced Perfection",
},
{ icon: Coffee, text: "Custom Mixes" },
{ icon: Heart, text: "Premium Syrups" },
{ icon: Zap, text: "Iced Perfection" },
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/pink-ice-cream-bowl-near-scoop-with-slices-fresh-berries-flowers_23-2148107742.jpg?_wi=3",
imageAlt: "gourmet ice cream cone studio",
reverse: true
},
{
title: "Specialty Shakes",
description: "S'mores, signature blends — so beautiful and delicious they look and taste like they're from a photoshoot.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/mixed-dessert-with-cream-candies_140725-1179.jpg?_wi=2",
imageAlt: "Specialty Shake",
},
title: "Specialty Shakes", description: "S'mores, signature blends — so beautiful and delicious they look and taste like they're from a photoshoot.", media: { imageSrc: "http://img.b2bpic.net/free-photo/mixed-dessert-with-cream-candies_140725-1179.jpg", imageAlt: "Specialty Shake" },
items: [
{
text: "Hand-spun",
},
{
text: "Loaded Toppings",
},
{
text: "Instagrammable",
},
{ icon: Coffee, text: "Hand-spun" },
{ icon: Heart, text: "Loaded Toppings" },
{ icon: Zap, text: "Instagrammable" },
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-soft-drink-glass-with-straw-ice-cubes_23-2148691225.jpg?_wi=3",
imageAlt: "refreshing craft soda bottle",
},
reverse: false
}
]}
title="What We're Known For"
description="Discover our signature menu items, crafted with love and fresh ingredients."
@@ -178,9 +102,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="A Little Shop With a Big Heart"
description={[
"The Tackle Box began with a simple dream: to create a space where neighbors could gather for the perfect treat. We believe in high-quality ingredients, community, and making every scoop count.",
"Since we opened our doors, we've focused on bringing a touch of whimsy and joy to our small-town charm. Whether you're here for an afternoon delight or a weekend special, you're always part of our family.",
]}
"The Tackle Box began with a simple dream: to create a space where neighbors could gather for the perfect treat. We believe in high-quality ingredients, community, and making every scoop count.", "Since we opened our doors, we've focused on bringing a touch of whimsy and joy to our small-town charm. Whether you're here for an afternoon delight or a weekend special, you're always part of our family."]}
/>
</div>
@@ -189,61 +111,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Tiffany S.",
date: "Oct 2024",
title: "Great find!",
quote: "The apple nachos combined with a dirty soda are a total game-changer. Loved it!",
tag: "Regular",
avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-with-dyed-hair-eating-ice-cream_23-2149488683.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/mixed-dessert-with-cream-candies_140725-1179.jpg?_wi=3",
imageAlt: "decadent chocolate shake studio",
},
{
id: "2",
name: "Amy K.",
date: "Sept 2024",
title: "Stunning shakes",
quote: "I ordered the s'mores shake and it looked like it came straight from a professional photoshoot. Delicious!",
tag: "First Timer",
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-drink_23-2149110880.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/traditional-greek-street-cafe-with-flowers_661209-441.jpg?_wi=2",
imageAlt: "charming small town dessert shop storefront",
},
{
id: "3",
name: "Katrina L.",
date: "Aug 2024",
title: "Fair quality",
quote: "Honestly better than the fair desserts I grew up with. A must-visit spot.",
tag: "Fan",
avatarSrc: "http://img.b2bpic.net/free-photo/waitress-offering-macarons_23-2147985063.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-dyed-hair-eating-ice-cream_23-2149488683.jpg",
imageAlt: "smiling customer dessert shop portrait",
},
{
id: "4",
name: "Rachel M.",
date: "July 2024",
title: "The best samples",
quote: "I love that they offer samples. The peanut butter bomb is legendary and the portions are huge.",
tag: "Regular",
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-kid-holding-doughnut_23-2148875124.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-drink_23-2149110880.jpg",
imageAlt: "man holding dirty soda smiling",
},
{
id: "5",
name: "David P.",
date: "June 2024",
title: "Super friendly",
quote: "Kindest employees I've ever met in a dessert bar. Feels like a real local secret.",
tag: "Fan",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12094.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/waitress-offering-macarons_23-2147985063.jpg",
imageAlt: "customer laughing ice cream parlor",
},
{ id: "1", name: "Tiffany S.", date: "Oct 2024", title: "Great find!", quote: "The apple nachos combined with a dirty soda are a total game-changer. Loved it!", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-with-dyed-hair-eating-ice-cream_23-2149488683.jpg" },
{ id: "2", name: "Amy K.", date: "Sept 2024", title: "Stunning shakes", quote: "I ordered the s'mores shake and it looked like it came straight from a professional photoshoot. Delicious!", tag: "First Timer", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-drink_23-2149110880.jpg" },
{ id: "3", name: "Katrina L.", date: "Aug 2024", title: "Fair quality", quote: "Honestly better than the fair desserts I grew up with. A must-visit spot.", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/waitress-offering-macarons_23-2147985063.jpg" },
{ id: "4", name: "Rachel M.", date: "July 2024", title: "The best samples", quote: "I love that they offer samples. The peanut butter bomb is legendary and the portions are huge.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-kid-holding-doughnut_23-2148875124.jpg" },
{ id: "5", name: "David P.", date: "June 2024", title: "Super friendly", quote: "Kindest employees I've ever met in a dessert bar. Feels like a real local secret.", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12094.jpg" }
]}
title="Don't Just Take Our Word For It"
description="See why our local community keeps coming back for more."
@@ -253,9 +125,7 @@ export default function LandingPage() {
<div id="visit" data-section="visit">
<ContactCenter
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Visit Us"
title="Come Find Us"
description="We are located in the heart of town. Drop by for a treat today!"
@@ -264,28 +134,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Menu",
href: "#menu",
},
{
label: "About",
href: "#about",
},
{
label: "Reviews",
href: "#reviews",
},
{
label: "Visit",
href: "#visit",
},
],
},
]}
columns={[{ items: [{ label: "Menu", href: "#menu" }, { label: "About", href: "#about" }, { label: "Reviews", href: "#reviews" }, { label: "Visit", href: "#visit" }] }]}
logoText="The Tackle Box"
/>
</div>