diff --git a/src/app/page.tsx b/src/app/page.tsx
index ae31d6e..871c697 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 { Sparkles, Award, Shield, Zap } from 'lucide-react';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
@@ -30,21 +31,13 @@ export default function LandingPage() {
@@ -53,23 +46,16 @@ export default function LandingPage() {
@@ -137,28 +103,16 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Premium Ingredients",
- description: "Ethically sourced, organic beans for every brew.",
- imageSrc: "http://img.b2bpic.net/free-photo/homemade-remedy-with-honey_23-2148894305.jpg",
- buttonIcon: "Sparkles",
+ title: "Premium Ingredients", description: "Ethically sourced, organic beans for every brew.", imageSrc: "http://img.b2bpic.net/free-photo/homemade-remedy-with-honey_23-2148894305.jpg", buttonIcon: Sparkles,
},
{
- title: "Artisanal Craft",
- description: "Expert baristas dedicated to perfection.",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-making-coffee_23-2150354577.jpg",
- buttonIcon: "Award",
+ title: "Artisanal Craft", description: "Expert baristas dedicated to perfection.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-making-coffee_23-2150354577.jpg", buttonIcon: Award,
},
{
- title: "Eco-Friendly",
- description: "Sustainable practices in every step.",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-hand-holding-furoshiki-package_23-2150274510.jpg",
- buttonIcon: "Shield",
+ title: "Eco-Friendly", description: "Sustainable practices in every step.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hand-holding-furoshiki-package_23-2150274510.jpg", buttonIcon: Shield,
},
{
- title: "Fast Delivery",
- description: "Comfort delivered right to your door.",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-courier-blue-uniform-cap-with-delivery-coffee-cups-his-hands-calling-out-light-pink-wall_140725-38688.jpg",
- buttonIcon: "Zap",
+ title: "Fast Delivery", description: "Comfort delivered right to your door.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-courier-blue-uniform-cap-with-delivery-coffee-cups-his-hands-calling-out-light-pink-wall_140725-38688.jpg", buttonIcon: Zap,
},
]}
title="Why We Are Different"
@@ -174,41 +128,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- name: "Signature Latte",
- price: "$4.50",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-hands-with-spicy-pumpkin-latte-wooden-board-with-sweater_501050-421.jpg",
- },
+ id: "p1", name: "Signature Latte", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/woman-hands-with-spicy-pumpkin-latte-wooden-board-with-sweater_501050-421.jpg"},
{
- id: "p2",
- name: "Dark Espresso",
- price: "$3.50",
- imageSrc: "http://img.b2bpic.net/free-photo/little-beverage-shot-wooden-board_140725-2421.jpg",
- },
+ id: "p2", name: "Dark Espresso", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/little-beverage-shot-wooden-board_140725-2421.jpg"},
{
- id: "p3",
- name: "Organic Iced Tea",
- price: "$4.00",
- imageSrc: "http://img.b2bpic.net/free-photo/highball-whiskey-with-soda-lemon-beverage-wooden-table_123827-31357.jpg",
- },
+ id: "p3", name: "Organic Iced Tea", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/highball-whiskey-with-soda-lemon-beverage-wooden-table_123827-31357.jpg"},
{
- id: "p4",
- name: "Velvet Cocoa",
- price: "$5.00",
- imageSrc: "http://img.b2bpic.net/free-photo/hot-chocolate-with-chocolate-chip-cookies_53876-18255.jpg",
- },
+ id: "p4", name: "Velvet Cocoa", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/hot-chocolate-with-chocolate-chip-cookies_53876-18255.jpg"},
{
- id: "p5",
- name: "Specialty Roast",
- price: "$18.00",
- imageSrc: "http://img.b2bpic.net/free-photo/fragrant-coffee-beans-are-scattered-from-jar-rustic-tabletop-background-closeup-selective-focus-copy-space-banner_166373-2290.jpg",
- },
+ id: "p5", name: "Specialty Roast", price: "$18.00", imageSrc: "http://img.b2bpic.net/free-photo/fragrant-coffee-beans-are-scattered-from-jar-rustic-tabletop-background-closeup-selective-focus-copy-space-banner_166373-2290.jpg"},
{
- id: "p6",
- name: "Matcha Latte",
- price: "$5.50",
- imageSrc: "http://img.b2bpic.net/free-photo/man-drinking-matcha-tea_23-2150163382.jpg",
- },
+ id: "p6", name: "Matcha Latte", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/man-drinking-matcha-tea_23-2150163382.jpg"},
]}
title="Signature Collection"
description="Discover your new favorite comfort drink."
@@ -221,45 +151,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- title: "Pure Comfort",
- quote: "Truly the best coffee experience I've had.",
- name: "Sarah J.",
- role: "Creative",
- imageSrc: "http://img.b2bpic.net/free-photo/young-model-having-coffee_23-2147859256.jpg",
- },
+ id: "1", title: "Pure Comfort", quote: "Truly the best coffee experience I've had.", name: "Sarah J.", role: "Creative", imageSrc: "http://img.b2bpic.net/free-photo/young-model-having-coffee_23-2147859256.jpg"},
{
- id: "2",
- title: "Daily Ritual",
- quote: "My mornings are never complete without it.",
- name: "Mark L.",
- role: "Manager",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-cup-looking-away_23-2148334520.jpg",
- },
+ id: "2", title: "Daily Ritual", quote: "My mornings are never complete without it.", name: "Mark L.", role: "Manager", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-cup-looking-away_23-2148334520.jpg"},
{
- id: "3",
- title: "So Smooth",
- quote: "The signature blend is incredibly smooth.",
- name: "Anna P.",
- role: "Student",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-three-friends-drinking-outdoors_23-2148653430.jpg",
- },
+ id: "3", title: "So Smooth", quote: "The signature blend is incredibly smooth.", name: "Anna P.", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/happy-three-friends-drinking-outdoors_23-2148653430.jpg"},
{
- id: "4",
- title: "Great Vibe",
- quote: "The perfect companion for a long study day.",
- name: "Kevin T.",
- role: "Developer",
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-milkshake_158595-693.jpg",
- },
+ id: "4", title: "Great Vibe", quote: "The perfect companion for a long study day.", name: "Kevin T.", role: "Developer", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-milkshake_158595-693.jpg"},
{
- id: "5",
- title: "Excellence",
- quote: "Professional quality in every single cup.",
- name: "Lisa B.",
- role: "Designer",
- imageSrc: "http://img.b2bpic.net/free-photo/man-cafe_1157-5039.jpg",
- },
+ id: "5", title: "Excellence", quote: "Professional quality in every single cup.", name: "Lisa B.", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/man-cafe_1157-5039.jpg"},
]}
title="Loved by Our Community"
description="See why our customers keep coming back for more."
@@ -270,16 +170,13 @@ export default function LandingPage() {
@@ -290,25 +187,17 @@ export default function LandingPage() {
{
items: [
{
- label: "About",
- href: "#about",
- },
+ label: "About", href: "#about"},
{
- label: "Products",
- href: "#products",
- },
+ label: "Products", href: "#products"},
],
},
{
items: [
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
{
- label: "Privacy",
- href: "#",
- },
+ label: "Privacy", href: "#"},
],
},
]}