Merge version_1 into main #2
253
src/app/page.tsx
253
src/app/page.tsx
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { Zap, Award, Shield, Star } from "lucide-react";
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
@@ -30,22 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Products",
|
||||
id: "#products",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="KUKI ATH"
|
||||
/>
|
||||
@@ -55,33 +44,13 @@ export default function LandingPage() {
|
||||
<HeroCarouselLogo
|
||||
logoText="KUKI ATH"
|
||||
description="Authentic, handcrafted biscottes. Rediscover the traditional crunch of slow-toasted artisanal bread, perfected for your daily ritual."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Collection",
|
||||
href: "#products",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Explore Collection", href: "#products" }]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spoon-amidst-vegetables-spices_23-2147867469.jpg?_wi=1",
|
||||
imageAlt: "biscotte snack bread crispy golden",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/isolated-overhead-shot-bread-toasts-different-stages-roasting-against-rosy-background-last-slice-is-completely-burnt-snack-breakfast-from-unroasted-charred-food-photography_273609-37952.jpg",
|
||||
imageAlt: "biscotte snack bread crispy golden",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cookie-plates-dried-lemon-slices-with-copy-space-pullover_23-2148791017.jpg",
|
||||
imageAlt: "biscotte snack bread crispy golden",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/home-decor-wooden-background-with-spring-flowers_169016-6352.jpg",
|
||||
imageAlt: "biscotte snack bread crispy golden",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chocolate-cake-concept_23-2148769254.jpg",
|
||||
imageAlt: "biscotte snack bread crispy golden",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/spoon-amidst-vegetables-spices_23-2147867469.jpg", imageAlt: "biscotte snack bread crispy golden" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/isolated-overhead-shot-bread-toasts-different-stages-roasting-against-rosy-background-last-slice-is-completely-burnt-snack-breakfast-from-unroasted-charred-food-photography_273609-37952.jpg", imageAlt: "biscotte snack bread crispy golden" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-cookie-plates-dried-lemon-slices-with-copy-space-pullover_23-2148791017.jpg", imageAlt: "biscotte snack bread crispy golden" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/home-decor-wooden-background-with-spring-flowers_169016-6352.jpg", imageAlt: "biscotte snack bread crispy golden" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chocolate-cake-concept_23-2148769254.jpg", imageAlt: "biscotte snack bread crispy golden" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -90,26 +59,11 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "The Art of ",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-woman-kitchen-holding-cute-white-maltese-dog_1153-9896.jpg",
|
||||
alt: "master baker hands kneading dough",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
content: " Slow Baking",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Heritage",
|
||||
href: "#",
|
||||
},
|
||||
{ type: "text", content: "The Art of " },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/smiling-woman-kitchen-holding-cute-white-maltese-dog_1153-9896.jpg", alt: "master baker hands kneading dough" },
|
||||
{ type: "text", content: " Slow Baking" },
|
||||
]}
|
||||
buttons={[{ text: "Our Heritage", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -120,42 +74,12 @@ export default function LandingPage() {
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Traditional Gold",
|
||||
price: "$6.90",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-bread-with-egg-black-board_114579-73798.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Seeded Harvest",
|
||||
price: "$7.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cookies-with-jam-filling-concrete-surface_114579-5757.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Whole Grain Rustic",
|
||||
price: "$7.20",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slicing-artisan-bread-straw-lining-top-view-pieces-fresh-homemade-sourdough-bread-healthy-healthy-cuisine_166373-3248.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Olive & Herb",
|
||||
price: "$8.10",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slices-brown-bread-rope-marble-surface_114579-45838.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Cereal Blend",
|
||||
price: "$7.80",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-bread-concept-with-copy-space_23-2148648846.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Toasted Multigrain",
|
||||
price: "$6.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slice-toasted-bread-with-heart-shape_23-2148154386.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Traditional Gold", price: "$6.90", imageSrc: "http://img.b2bpic.net/free-photo/fried-bread-with-egg-black-board_114579-73798.jpg" },
|
||||
{ id: "p2", name: "Seeded Harvest", price: "$7.50", imageSrc: "http://img.b2bpic.net/free-photo/cookies-with-jam-filling-concrete-surface_114579-5757.jpg" },
|
||||
{ id: "p3", name: "Whole Grain Rustic", price: "$7.20", imageSrc: "http://img.b2bpic.net/free-photo/slicing-artisan-bread-straw-lining-top-view-pieces-fresh-homemade-sourdough-bread-healthy-healthy-cuisine_166373-3248.jpg" },
|
||||
{ id: "p4", name: "Olive & Herb", price: "$8.10", imageSrc: "http://img.b2bpic.net/free-photo/slices-brown-bread-rope-marble-surface_114579-45838.jpg" },
|
||||
{ id: "p5", name: "Cereal Blend", price: "$7.80", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-bread-concept-with-copy-space_23-2148648846.jpg" },
|
||||
{ id: "p6", name: "Toasted Multigrain", price: "$6.50", imageSrc: "http://img.b2bpic.net/free-photo/slice-toasted-bread-with-heart-shape_23-2148154386.jpg" },
|
||||
]}
|
||||
title="Signature Range"
|
||||
description="Discover our collection of artisanal biscottes, crafted with locally sourced ingredients."
|
||||
@@ -167,34 +91,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Traditional Recipe",
|
||||
description: "Time-tested recipes handed down through generations.",
|
||||
buttonIcon: "Zap",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-homemade-coconut-cookies_114579-65527.jpg",
|
||||
imageAlt: "biscotte snack bread crispy golden",
|
||||
},
|
||||
{
|
||||
title: "Slow-Toasted",
|
||||
description: "Each biscotte is slow-toasted to perfection.",
|
||||
buttonIcon: "Award",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spoon-amidst-vegetables-spices_23-2147867469.jpg?_wi=2",
|
||||
imageAlt: "biscotte snack bread crispy golden",
|
||||
},
|
||||
{
|
||||
title: "Locally Sourced",
|
||||
description: "Supporting local farmers and high-quality grains.",
|
||||
buttonIcon: "Shield",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-kitchen-holding-cute-white-maltese-dog_1153-9896.jpg",
|
||||
imageAlt: "biscotte snack bread crispy golden",
|
||||
},
|
||||
{
|
||||
title: "Preservative-Free",
|
||||
description: "Pure ingredients, nothing hidden.",
|
||||
buttonIcon: "Star",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-bread-with-egg-black-board_114579-73798.jpg?_wi=2",
|
||||
imageAlt: "biscotte snack bread crispy golden",
|
||||
},
|
||||
{ title: "Traditional Recipe", description: "Time-tested recipes handed down through generations.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/delicious-homemade-coconut-cookies_114579-65527.jpg", imageAlt: "biscotte snack bread crispy golden" },
|
||||
{ title: "Slow-Toasted", description: "Each biscotte is slow-toasted to perfection.", buttonIcon: Award, imageSrc: "http://img.b2bpic.net/free-photo/spoon-amidst-vegetables-spices_23-2147867469.jpg", imageAlt: "biscotte snack bread crispy golden" },
|
||||
{ title: "Locally Sourced", description: "Supporting local farmers and high-quality grains.", buttonIcon: Shield, imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-kitchen-holding-cute-white-maltese-dog_1153-9896.jpg", imageAlt: "biscotte snack bread crispy golden" },
|
||||
{ title: "Preservative-Free", description: "Pure ingredients, nothing hidden.", buttonIcon: Star, imageSrc: "http://img.b2bpic.net/free-photo/fried-bread-with-egg-black-board_114579-73798.jpg", imageAlt: "biscotte snack bread crispy golden" },
|
||||
]}
|
||||
title="Why Choose KUKI ATH"
|
||||
description="We take quality to the next level with every batch."
|
||||
@@ -207,21 +107,9 @@ export default function LandingPage() {
|
||||
title="Our Impact"
|
||||
tag="Quality Assured"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15k+",
|
||||
description: "Happy Breakfasts",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "20+",
|
||||
description: "Expert Bakers",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
description: "Natural Ingredients",
|
||||
},
|
||||
{ id: "m1", value: "15k+", description: "Happy Breakfasts" },
|
||||
{ id: "m2", value: "20+", description: "Expert Bakers" },
|
||||
{ id: "m3", value: "100%", description: "Natural Ingredients" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -232,46 +120,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Incredible Crunch",
|
||||
quote: "The crunch is unlike anything I've tried. Simply authentic.",
|
||||
name: "Elena R.",
|
||||
role: "Foodie",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-using-mobile-phone-eating-pastries_171337-14592.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Simply Authentic",
|
||||
quote: "A breakfast staple in our house now. Highly recommended.",
|
||||
name: "Marc L.",
|
||||
role: "Chef",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/satisfied-female-baker-looking-freshly-baked-croissant_23-2148189112.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Premium Quality",
|
||||
quote: "You can truly taste the quality of the ingredients.",
|
||||
name: "Sophie K.",
|
||||
role: "Nutritionist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1318.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Daily Essential",
|
||||
quote: "My morning toast just got a massive upgrade.",
|
||||
name: "David M.",
|
||||
role: "Father",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-family-eating-kitchen_23-2148625928.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Amazing Variety",
|
||||
quote: "Every single flavor they offer is just perfect.",
|
||||
name: "Sarah J.",
|
||||
role: "Customer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-gardener-man-wearing-jumpsuit-hat-holding-pumpkin_141793-47294.jpg",
|
||||
},
|
||||
{ id: "t1", title: "Incredible Crunch", quote: "The crunch is unlike anything I've tried. Simply authentic.", name: "Elena R.", role: "Foodie", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-using-mobile-phone-eating-pastries_171337-14592.jpg" },
|
||||
{ id: "t2", title: "Simply Authentic", quote: "A breakfast staple in our house now. Highly recommended.", name: "Marc L.", role: "Chef", imageSrc: "http://img.b2bpic.net/free-photo/satisfied-female-baker-looking-freshly-baked-croissant_23-2148189112.jpg" },
|
||||
{ id: "t3", title: "Premium Quality", quote: "You can truly taste the quality of the ingredients.", name: "Sophie K.", role: "Nutritionist", imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1318.jpg" },
|
||||
{ id: "t4", title: "Daily Essential", quote: "My morning toast just got a massive upgrade.", name: "David M.", role: "Father", imageSrc: "http://img.b2bpic.net/free-photo/close-up-family-eating-kitchen_23-2148625928.jpg" },
|
||||
{ id: "t5", title: "Amazing Variety", quote: "Every single flavor they offer is just perfect.", name: "Sarah J.", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/young-gardener-man-wearing-jumpsuit-hat-holding-pumpkin_141793-47294.jpg" },
|
||||
]}
|
||||
title="Loved by Our Customers"
|
||||
description="See why everyone is switching to KUKI ATH."
|
||||
@@ -281,9 +134,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Join the KUKI Club"
|
||||
description="Stay up to date with new batches and exclusive offers."
|
||||
tag="Newsletter"
|
||||
@@ -294,37 +145,17 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "KUKI ATH",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Our Process",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Shop All",
|
||||
href: "#products",
|
||||
},
|
||||
title: "KUKI ATH", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Our Process", href: "#" },
|
||||
{ label: "Shop All", href: "#products" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Shipping Info",
|
||||
href: "#",
|
||||
},
|
||||
title: "Support", items: [
|
||||
{ label: "Contact", href: "#contact" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Shipping Info", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user