diff --git a/src/app/page.tsx b/src/app/page.tsx index a7ddf5a..09b070a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,21 +11,21 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { Coffee, Zap, Target, Mail } from "lucide-react"; +import { Coffee, Zap, Target } from "lucide-react"; export default function LandingPage() { return ( @@ -64,7 +64,7 @@ export default function LandingPage() { @@ -76,7 +76,7 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { tag: "Sourcing", title: "Origin Selection", subtitle: "Top 1%", description: "Hand-selected sustainable beans.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-male-hands-sorting-harvested-coffee-fruits-before-drying_181624-58904.jpg" } + { tag: "Sourcing", title: "Origin Selection", subtitle: "Top 1%", description: "Hand-selected sustainable beans.", imageSrc: "https://images.unsplash.com/photo-1447933601403-8c6f83105a60?q=80&w=2070&auto=format&fit=crop" } ]} /> @@ -90,9 +90,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} products={[ - { id: "p1", name: "Midnight Velvet", price: "$24", variant: "Dark Roast", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-glass-with-delicious-coffee-table_23-2149514314.jpg" }, - { id: "p2", name: "Morning Sun", price: "$22", variant: "Light Roast", imageSrc: "http://img.b2bpic.net/free-photo/freshly-ground-coffee-beans-dark-background-table_23-2148842602.jpg" }, - { id: "p3", name: "Espresso Gold", price: "$26", variant: "Medium Roast", imageSrc: "http://img.b2bpic.net/free-photo/cup-of-coffee-on-wooden-table_23-2148892831.jpg" } + { id: "p1", name: "Midnight Velvet", price: "$24", variant: "Dark Roast", imageSrc: "https://images.unsplash.com/photo-1559056199-641a0ac8b55e?q=80&w=2070&auto=format&fit=crop" }, + { id: "p2", name: "Morning Sun", price: "$22", variant: "Light Roast", imageSrc: "https://images.unsplash.com/photo-1582136757025-2e650c33a921?q=80&w=2070&auto=format&fit=crop" }, + { id: "p3", name: "Espresso Gold", price: "$26", variant: "Medium Roast", imageSrc: "https://images.unsplash.com/photo-1611854779393-1b2da9d400fe?q=80&w=2070&auto=format&fit=crop" } ]} /> @@ -106,7 +106,7 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} testimonials={[ - { id: "t1", name: "Sarah J.", role: "Coffee Expert", company: "Roast Journal", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-young-woman-with-curly-hair-giggles-happily-holds-disposable-cup-coffee-enjoys-aromatic-beverage-dressed-casual-orange-jumper-isolated-white-background-drinking-concept_273609-61071.jpg" } + { id: "t1", name: "Sarah J.", role: "Coffee Expert", company: "Roast Journal", rating: 5, imageSrc: "https://images.unsplash.com/photo-1544717302-de2939b7ef71?q=80&w=2070&auto=format&fit=crop" } ]} />