Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-06 23:43:10 +00:00

View File

@@ -9,7 +9,7 @@ import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCa
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import { Sparkles, Star, Zap } from 'lucide-react';
import { Sparkles, Star, Zap, Utensils, ChefHat } from 'lucide-react';
export default function LandingPage() {
return (
@@ -31,6 +31,7 @@ export default function LandingPage() {
navItems={[
{ name: "Home", id: "hero" },
{ name: "Menu", id: "menu" },
{ name: "Build Your Own", id: "build-menu" },
{ name: "Reviews", id: "reviews" },
{ name: "Contact", id: "contact" },
]}
@@ -71,16 +72,34 @@ export default function LandingPage() {
<div id="menu" data-section="menu">
<FeatureCardTwentyNine
animationType="slide-up"
textboxLayout="default"
textboxLayout="inline-image"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
titleSegments={[{ type: 'text', content: 'Photo-Driven Menu' }, { type: 'image', src: 'https://img.b2bpic.net/free-photo/tasty-ice-cream-cone-with-toppings_23-2148244774.jpg', alt: 'menu' }]}
features={[
{ title: "Loaded Shaved Ice", description: "Bright, bold flavors piled high with toppings that hit every craving.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-bowl-muesli-with-berries-wooden-surface_181624-17459.jpg", titleIconSrc: "Sparkles", buttonText: "See Details" },
{ title: "Creamy Treats", description: "Rich, smooth, and perfectly chilled desserts customers rave about.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-eating-tart-with-fork_23-2148161616.jpg", titleIconSrc: "Star", buttonText: "See Details" },
{ title: "Custom Combos", description: "Mix, match, and create your perfect flavor combo every time.", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-ice-cream-with-orange_140725-7453.jpg", titleIconSrc: "Zap", buttonText: "See Details" },
{ title: "Tropical Blast", description: "Mango, pineapple, and chamoy goodness.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-bowl-muesli-with-berries-wooden-surface_181624-17459.jpg", titleIconSrc: "Sparkles", buttonText: "Add to Cart" },
{ title: "Velvet Berry", description: "Creamy berry blend with cheesecake bites.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-eating-tart-with-fork_23-2148161616.jpg", titleIconSrc: "Star", buttonText: "Add to Cart" },
{ title: "Choco Fudge", description: "Rich chocolate drizzle on shaved ice base.", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-ice-cream-with-orange_140725-7453.jpg", titleIconSrc: "Zap", buttonText: "Add to Cart" },
]}
title=""
description="See our signature creations captured in full, vibrant color."
/>
</div>
<div id="build-menu" data-section="build-menu">
<FeatureCardTwentyNine
animationType="blur-reveal"
textboxLayout="split-actions"
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={true}
title="Build Your Own Shiver"
description="Start with your base, choose your syrup flavors, and add premium toppings for a one-of-a-kind experience."
features={[
{ title: "Choose Base", description: "Classic Shaved Ice, Creamy Base, or Yogurt.", imageSrc: "http://img.b2bpic.net/free-photo/ingredients-for-ice-cream-table_23-2148259585.jpg", titleIconSrc: "ChefHat", buttonText: "Select Base" },
{ title: "Select Flavors", description: "Mix over 30+ signature syrups.", imageSrc: "http://img.b2bpic.net/free-photo/different-bottles-with-syrups_23-2148301594.jpg", titleIconSrc: "Utensils", buttonText: "Browse Syrups" },
{ title: "Add Toppings", description: "Fresh fruit, gummies, or cream toppings.", imageSrc: "http://img.b2bpic.net/free-photo/tasty-toppings-shaved-ice_23-2148332136.jpg", titleIconSrc: "Sparkles", buttonText: "Choose Toppings" },
{ title: "Final Touch", description: "Drizzle with condensed milk or chili sauce.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-drizzle-shaved-ice_23-2148244774.jpg", titleIconSrc: "Zap", buttonText: "Finish" },
]}
title="Fan Favorites"
description="Discover our signature menu items crafted for perfection."
/>
</div>