Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
337
src/app/page.tsx
337
src/app/page.tsx
@@ -26,252 +26,109 @@ export default function LandingPage() {
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Flavors",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="Danju Sorvetes"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Flavors", id: "products" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Danju Sorvetes"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
title="The ice cream that transforms ordinary moments into ritual"
|
||||
description="For those seeking authentic flavor, beautiful surroundings, and an experience worth repeating—Danju Sorvetes arrives as a premium, emotionally resonant, unforgettable brand where indulgence meets warmth."
|
||||
buttons={[
|
||||
{
|
||||
text: "Order via WhatsApp",
|
||||
href: "https://wa.me/5511999999999",
|
||||
},
|
||||
{
|
||||
text: "Discover Flavors",
|
||||
href: "#products",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-looking-goodies-local-male-producer_23-2149110840.jpg"
|
||||
imageAlt="Premium artisan ice cream scoop"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-woman-man-with-ice-cream_23-2149066130.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-young-couple-eating-pretzel_23-2148284472.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-smart-european-woman-sitting-cafe-drinking-coffee-gesturing-while-talking-smartphone_176420-15866.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-young-woman-with-blue-pullover_1098-2414.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-looking-goodies-local-male-producer_23-2149110840.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
]}
|
||||
avatarText="Join 500+ happy ice cream lovers"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Handcrafted Daily",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Premium Ingredients",
|
||||
icon: Sparkles,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Family Owned",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "100% Natural",
|
||||
icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Sustainable Sourcing",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="The ice cream that transforms ordinary moments into ritual"
|
||||
description="For those seeking authentic flavor, beautiful surroundings, and an experience worth repeating—Danju Sorvetes arrives as a premium, emotionally resonant, unforgettable brand where indulgence meets warmth."
|
||||
buttons={[
|
||||
{ text: "Order via WhatsApp", href: "https://wa.me/5511999999999" },
|
||||
{ text: "Discover Flavors", href: "#products" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-looking-goodies-local-male-producer_23-2149110840.jpg"
|
||||
imageAlt="Premium artisan ice cream scoop"
|
||||
mediaAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{ type: "text", text: "Handcrafted Daily" },
|
||||
{ type: "text-icon", text: "Premium Ingredients", icon: Sparkles },
|
||||
{ type: "text", text: "Family Owned" },
|
||||
{ type: "text-icon", text: "100% Natural", icon: Leaf },
|
||||
{ type: "text", text: "Sustainable Sourcing" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
useInvertedBackground={false}
|
||||
title="Crafted with passion, served with love"
|
||||
description={[
|
||||
"At Danju Sorvetes, we believe that ice cream is more than just a treat—it's a shared experience. Our artisans meticulously craft every flavor to ensure authenticity in every scoop.",
|
||||
"Our space is designed for comfort and connection, providing a luxurious yet family-friendly environment where every detail, from cleanliness to aesthetic beauty, is tailored for your enjoyment.",
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
useInvertedBackground={false}
|
||||
title="Crafted with passion, served with love"
|
||||
description={[
|
||||
"At Danju Sorvetes, we believe that ice cream is more than just a treat—it's a shared experience. Our artisans meticulously craft every flavor to ensure authenticity in every scoop.", "Our space is designed for comfort and connection, providing a luxurious yet family-friendly environment where every detail, from cleanliness to aesthetic beauty, is tailored for your enjoyment."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Belgian Chocolate",
|
||||
price: "Premium",
|
||||
variant: "Rich & Creamy",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-banana-ice-cream_23-2151006032.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sicilian Pistachio",
|
||||
price: "Artisan",
|
||||
variant: "Nutty & Authentic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-s-hand-holding-delicious-dessert-reflective-plate_23-2147863813.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Madagascar Vanilla",
|
||||
price: "Classic",
|
||||
variant: "Smooth & Pure",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-cookies-ice-cream_23-2149637211.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Salted Caramel",
|
||||
price: "Gourmet",
|
||||
variant: "Sweet & Salty",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-banana-ice-cream_23-2151006032.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
title="Indulge in our artisan creations"
|
||||
description="Discover a selection of premium flavors crafted from the finest ingredients, designed to delight the most discerning palate."
|
||||
/>
|
||||
</div>
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Belgian Chocolate", price: "Premium", variant: "Rich & Creamy", imageSrc: "http://img.b2bpic.net/free-photo/close-up-banana-ice-cream_23-2151006032.jpg?_wi=1"},
|
||||
{
|
||||
id: "2", name: "Sicilian Pistachio", price: "Artisan", variant: "Nutty & Authentic", imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-s-hand-holding-delicious-dessert-reflective-plate_23-2147863813.jpg"},
|
||||
{
|
||||
id: "3", name: "Madagascar Vanilla", price: "Classic", variant: "Smooth & Pure", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cookies-ice-cream_23-2149637211.jpg"},
|
||||
{
|
||||
id: "4", name: "Salted Caramel", price: "Gourmet", variant: "Sweet & Salty", imageSrc: "http://img.b2bpic.net/free-photo/close-up-banana-ice-cream_23-2151006032.jpg?_wi=2"},
|
||||
]}
|
||||
title="Indulge in our artisan creations"
|
||||
description="Discover a selection of premium flavors crafted from the finest ingredients, designed to delight the most discerning palate."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Lima",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-man-with-ice-cream_23-2149066130.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Pedro Souza",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-couple-eating-pretzel_23-2148284472.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Julia Costa",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smart-european-woman-sitting-cafe-drinking-coffee-gesturing-while-talking-smartphone_176420-15866.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Marcos Ferreira",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-with-blue-pullover_1098-2414.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Ana Silva",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-man-with-ice-cream_23-2149066130.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
cardTitle="Loved by our community"
|
||||
cardTag="Testimonials"
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
cardAnimation="slide-up"
|
||||
cardTitle="Loved by our community"
|
||||
cardTag="Testimonials"
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah Lima", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-man-with-ice-cream_23-2149066130.jpg?_wi=1" },
|
||||
{ id: "2", name: "Pedro Souza", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-couple-eating-pretzel_23-2148284472.jpg" },
|
||||
{ id: "3", name: "Julia Costa", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smart-european-woman-sitting-cafe-drinking-coffee-gesturing-while-talking-smartphone_176420-15866.jpg" },
|
||||
{ id: "4", name: "Marcos Ferreira", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-with-blue-pullover_1098-2414.jpg" },
|
||||
{ id: "5", name: "Ana Silva", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-man-with-ice-cream_23-2149066130.jpg?_wi=2" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
text="Ready to experience the Danju difference? Connect with us via WhatsApp to place your order or inquire about our daily flavors."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact on WhatsApp",
|
||||
href: "https://wa.me/5511999999999",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
text="Ready to experience the Danju difference? Connect with us via WhatsApp to place your order or inquire about our daily flavors."
|
||||
buttons={[
|
||||
{ text: "Contact on WhatsApp", href: "https://wa.me/5511999999999" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Flavors",
|
||||
href: "#products",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#testimonials",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="Danju Sorvetes"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
logoText="Danju Sorvetes"
|
||||
columns={[
|
||||
{ items: [{ label: "About", href: "#about" }, { label: "Flavors", href: "#products" }] },
|
||||
{ items: [{ label: "Reviews", href: "#testimonials" }, { label: "Contact", href: "#contact" }] },
|
||||
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user