diff --git a/src/app/page.tsx b/src/app/page.tsx
index c1678ad..3990d7c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,8 +9,8 @@ import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
-import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
-import TextAbout from '@/components/sections/about/TextAbout';
+import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
+import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import { Coffee, MapPin, Sparkles, Star, Users } from "lucide-react";
export default function LandingPage() {
@@ -31,12 +31,9 @@ export default function LandingPage() {
@@ -44,16 +41,13 @@ export default function LandingPage() {
-
@@ -76,15 +69,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- title: "Expert Roasting", description: "Small batches for maximum flavor.", bentoComponent: "reveal-icon", icon: Coffee,
- },
- {
- title: "Local Sourcing", description: "We support neighborhood producers.", bentoComponent: "reveal-icon", icon: MapPin,
- },
- {
- title: "Atmosphere", description: "Designed for connection and comfort.", bentoComponent: "reveal-icon", icon: Users,
- },
+ { title: "Expert Roasting", description: "Small batches for maximum flavor.", bentoComponent: "reveal-icon", icon: Coffee },
+ { title: "Local Sourcing", description: "We support neighborhood producers.", bentoComponent: "reveal-icon", icon: MapPin },
+ { title: "Atmosphere", description: "Designed for connection and comfort.", bentoComponent: "reveal-icon", icon: Users },
]}
title="Why we are different."
description="From farm to cup, we prioritize sustainability and quality."
@@ -99,18 +86,8 @@ export default function LandingPage() {
gridVariant="two-columns-alternating-heights"
useInvertedBackground={true}
products={[
- {
- id: "1", name: "Espresso", price: "$3.50", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/cup-delicious-coffee-with-coffee-beans-wooden-board-high-quality-photo_114579-67866.jpg", imageAlt: "specialty coffee drink mug"},
- {
- id: "2", name: "House Blend Beans", price: "$18.00", variant: "Retail", imageSrc: "http://img.b2bpic.net/free-photo/hermetic-silver-package-filled-with-freshly-baked-roasted-coffee-preserve-its-aroma-red-wooden-table-near-fallen-transparent-cup-with-spreaded-raw-green-peeled-coffee-beans-carton-box_346278-892.jpg", imageAlt: "freshly roasted coffee beans"},
- {
- id: "3", name: "Almond Croissant", price: "$4.25", variant: "Pastry", imageSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-panettone-composition_23-2149173040.jpg", imageAlt: "freshly baked pastry croissant"},
- {
- id: "4", name: "Cold Brew", price: "$4.75", variant: "Iced", imageSrc: "http://img.b2bpic.net/free-photo/glass-aperol-spritz-delicious-summer-cocktail_185193-108781.jpg", imageAlt: "iced coffee beverage summer"},
- {
- id: "5", name: "Cappuccino", price: "$4.50", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/cropped-photo-man-white-shirt-holding-hot-coffee-cup_171337-9996.jpg", imageAlt: "cappuccino with latte art"},
- {
- id: "6", name: "Pour Over", price: "$5.00", variant: "Specialty", imageSrc: "http://img.b2bpic.net/free-photo/male-barista-preparing-coffee-with-kettle-filter_23-2148824401.jpg", imageAlt: "pour over coffee setup"},
+ { id: "1", name: "Espresso", price: "$3.50", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/cup-delicious-coffee-with-coffee-beans-wooden-board-high-quality-photo_114579-67866.jpg" },
+ { id: "2", name: "House Blend Beans", price: "$18.00", variant: "Retail", imageSrc: "http://img.b2bpic.net/free-photo/hermetic-silver-package-filled-with-freshly-baked-roasted-coffee-preserve-its-aroma-red-wooden-table-near-fallen-transparent-cup-with-spreaded-raw-green-peeled-coffee-beans-carton-box_346278-892.jpg" },
]}
title="Explore our menu."
description="Premium selections brewed to perfection."
@@ -124,15 +101,9 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
metrics={[
- {
- id: "m1", value: "15k+", title: "Cups Served", description: "Annual brews", icon: Coffee,
- },
- {
- id: "m2", value: "500+", title: "Local Partners", description: "Sourcing network", icon: Users,
- },
- {
- id: "m3", value: "4.9", title: "Average Rating", description: "Customer love", icon: Star,
- },
+ { id: "m1", value: "15k+", title: "Cups Served", description: "Annual brews", icon: Coffee },
+ { id: "m2", value: "500+", title: "Local Partners", description: "Sourcing network", icon: Users },
+ { id: "m3", value: "4.9", title: "Average Rating", description: "Customer love", icon: Star },
]}
title="A growing community."
description="More than just coffee, we are building a home."
@@ -140,23 +111,16 @@ export default function LandingPage() {
-
@@ -174,26 +138,8 @@ export default function LandingPage() {