diff --git a/src/app/page.tsx b/src/app/page.tsx
index 60c08ef..27e82b3 100644
--- a/src/app/page.tsx
+++ b/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() {
@@ -55,33 +44,13 @@ export default function LandingPage() {
@@ -90,26 +59,11 @@ export default function LandingPage() {
@@ -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() {