diff --git a/src/app/page.tsx b/src/app/page.tsx
index 32fc8c0..de7af5a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -12,6 +12,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
+import { CheckCircle } from 'lucide-react';
export default function LandingPage() {
return (
@@ -31,26 +32,11 @@ export default function LandingPage() {
@@ -58,42 +44,17 @@ export default function LandingPage() {
@@ -105,18 +66,9 @@ export default function LandingPage() {
title="Our Chai Heritage"
description="We started Chai Spot with a simple mission: to bring the authentic, traditional taste of masala chai to our community. Every batch is slow-brewed to perfection."
bulletPoints={[
- {
- title: "Fresh Spices",
- description: "We source the finest cardamom, ginger, and cloves daily.",
- },
- {
- title: "Traditional Brewing",
- description: "Slow-steeped to ensure rich, deep flavors in every sip.",
- },
- {
- title: "Locally Owned",
- description: "Proudly serving our neighborhood with passion and care.",
- },
+ { title: "Fresh Spices", description: "We source the finest cardamom, ginger, and cloves daily." },
+ { title: "Traditional Brewing", description: "Slow-steeped to ensure rich, deep flavors in every sip." },
+ { title: "Locally Owned", description: "Proudly serving our neighborhood with passion and care." },
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-man-making-coffee-office_23-2148352516.jpg"
imageAlt="Our chai preparation process"
@@ -128,34 +80,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- title: "100% Organic",
- description: "Naturally grown tea leaves with no added artificial flavors.",
- buttonIcon: "CheckCircle",
- imageSrc: "http://img.b2bpic.net/free-photo/christmas-wreath-fir-tree-branches-vases-cups-all-around-modern-kitchen-modern-kitchen-with-black-fridge-decorated-christmas-new-year_132075-11268.jpg",
- imageAlt: "Christmas wreath and fir tree branches in vases and cups all around the modern kitchen. Modern kitchen with black fridge decorated for Christmas and New Year.",
- },
- {
- title: "Customizable Sweetness",
- description: "From sugar-free to extra sweet, we cater to your preference.",
- buttonIcon: "CheckCircle",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-assortments-cake-decorating-ingredients_23-2148368259.jpg?_wi=2",
- imageAlt: "Christmas wreath and fir tree branches in vases and cups all around the modern kitchen. Modern kitchen with black fridge decorated for Christmas and New Year.",
- },
- {
- title: "Vegan Options",
- description: "Enjoy our delicious chai with almond, soy, or oat milk.",
- buttonIcon: "CheckCircle",
- imageSrc: "http://img.b2bpic.net/free-photo/red-tea-glass-teapot-is-poured-into-cups-tea-time-morning-old-veranda-summer-vacation-tea-party-atmosphere-rest-relaxation-selective-focus-cup_166373-2633.jpg?_wi=2",
- imageAlt: "Christmas wreath and fir tree branches in vases and cups all around the modern kitchen. Modern kitchen with black fridge decorated for Christmas and New Year.",
- },
- {
- title: "Eco-Friendly",
- description: "We use compostable cups and support sustainable farming.",
- buttonIcon: "CheckCircle",
- imageSrc: "http://img.b2bpic.net/free-photo/milky-shake-with-strawberry-syrup-glass_114579-3296.jpg?_wi=2",
- imageAlt: "Christmas wreath and fir tree branches in vases and cups all around the modern kitchen. Modern kitchen with black fridge decorated for Christmas and New Year.",
- },
+ { title: "100% Organic", description: "Naturally grown tea leaves with no added artificial flavors.", buttonIcon: CheckCircle, imageSrc: "http://img.b2bpic.net/free-photo/christmas-wreath-fir-tree-branches-vases-cups-all-around-modern-kitchen-modern-kitchen-with-black-fridge-decorated-christmas-new-year_132075-11268.jpg" },
+ { title: "Customizable Sweetness", description: "From sugar-free to extra sweet, we cater to your preference.", buttonIcon: CheckCircle, imageSrc: "http://img.b2bpic.net/free-photo/front-view-assortments-cake-decorating-ingredients_23-2148368259.jpg" },
+ { title: "Vegan Options", description: "Enjoy our delicious chai with almond, soy, or oat milk.", buttonIcon: CheckCircle, imageSrc: "http://img.b2bpic.net/free-photo/red-tea-glass-teapot-is-poured-into-cups-tea-time-morning-old-veranda-summer-vacation-tea-party-atmosphere-rest-relaxation-selective-focus-cup_166373-2633.jpg" },
+ { title: "Eco-Friendly", description: "We use compostable cups and support sustainable farming.", buttonIcon: CheckCircle, imageSrc: "http://img.b2bpic.net/free-photo/milky-shake-with-strawberry-syrup-glass_114579-3296.jpg" },
]}
title="Why Chai Spot?"
description="It's not just a drink; it's an experience we've refined over years."
@@ -169,42 +97,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Classic Masala Chai",
- price: "$4.50",
- imageSrc: "http://img.b2bpic.net/free-photo/cup-with-lemon-tea-notebook_23-2148555405.jpg",
- },
- {
- id: "p2",
- name: "Ginger Special Chai",
- price: "$4.75",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-lemon-tea-cup-kettle-gray-background-color-morning-breakfast-photo-food-ceremony_140725-159393.jpg",
- },
- {
- id: "p3",
- name: "Cardamom Delight",
- price: "$5.00",
- imageSrc: "http://img.b2bpic.net/free-photo/two-herbal-tea-cup-wooden-table_23-2148092035.jpg",
- },
- {
- id: "p4",
- name: "Iced Masala Chai",
- price: "$5.50",
- imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-cinnamon-sticks-marble-background-high-quality-photo_114579-37578.jpg",
- },
- {
- id: "p5",
- name: "Spiced House Blend",
- price: "$12.00",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-oriental-spices-plate_23-2147684864.jpg",
- },
- {
- id: "p6",
- name: "Chai & Samosa Combo",
- price: "$8.00",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-chocolate-cakes-with-icing-cup-tea-pink_140725-78155.jpg",
- },
+ { id: "p1", name: "Classic Masala Chai", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/cup-with-lemon-tea-notebook_23-2148555405.jpg" },
+ { id: "p2", name: "Ginger Special Chai", price: "$4.75", imageSrc: "http://img.b2bpic.net/free-photo/top-view-lemon-tea-cup-kettle-gray-background-color-morning-breakfast-photo-food-ceremony_140725-159393.jpg" },
+ { id: "p3", name: "Cardamom Delight", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/two-herbal-tea-cup-wooden-table_23-2148092035.jpg" },
+ { id: "p4", name: "Iced Masala Chai", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-cinnamon-sticks-marble-background-high-quality-photo_114579-37578.jpg" },
+ { id: "p5", name: "Spiced House Blend", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-oriental-spices-plate_23-2147684864.jpg" },
+ { id: "p6", name: "Chai & Samosa Combo", price: "$8.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-chocolate-cakes-with-icing-cup-tea-pink_140725-78155.jpg" },
]}
title="Our Signature Menu"
description="Explore our range of traditional and fusion chai beverages."
@@ -217,27 +115,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- value: "5000+",
- title: "Cups Served",
- description: "Every cup brings a smile.",
- imageSrc: "http://img.b2bpic.net/free-photo/group-boys-girls-bar_641386-35.jpg",
- },
- {
- id: "m2",
- value: "1200+",
- title: "Happy Locals",
- description: "Community members served.",
- imageSrc: "http://img.b2bpic.net/free-photo/couple-making-tea-home-together_23-2148813880.jpg",
- },
- {
- id: "m3",
- value: "4.9",
- title: "Rating",
- description: "Based on local reviews.",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-friends-looking-bill_23-2148656023.jpg",
- },
+ { id: "m1", value: "5000+", title: "Cups Served", description: "Every cup brings a smile.", imageSrc: "http://img.b2bpic.net/free-photo/group-boys-girls-bar_641386-35.jpg" },
+ { id: "m2", value: "1200+", title: "Happy Locals", description: "Community members served.", imageSrc: "http://img.b2bpic.net/free-photo/couple-making-tea-home-together_23-2148813880.jpg" },
+ { id: "m3", value: "4.9", title: "Rating", description: "Based on local reviews.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-friends-looking-bill_23-2148656023.jpg" },
]}
title="Our Impact"
description="Growing community, one cup at a time."
@@ -247,49 +127,15 @@ export default function LandingPage() {