7 Commits

Author SHA1 Message Date
f3735b20b7 Merge version_4 into main
Merge version_4 into main
2026-04-21 10:00:24 +00:00
af27c3504b Update src/app/page.tsx 2026-04-21 10:00:21 +00:00
90db726739 Merge version_4 into main
Merge version_4 into main
2026-04-21 10:00:01 +00:00
26ad4ab061 Update src/app/page.tsx 2026-04-21 09:59:55 +00:00
35ab3c0501 Merge version_3 into main
Merge version_3 into main
2026-04-21 09:00:02 +00:00
5defc4fba6 Merge version_3 into main
Merge version_3 into main
2026-04-21 08:59:34 +00:00
82f48962ad Merge version_3 into main
Merge version_3 into main
2026-04-21 08:59:07 +00:00

View File

@@ -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 (
<ThemeProvider
defaultButtonVariant="expand-hover"
defaultTextAnimation="reveal-blur"
borderRadius="soft"
borderRadius="pill"
contentWidth="mediumLarge"
sizing="largeSizeMediumTitles"
background="noiseDiagonalGradient"
cardStyle="glass-elevated"
cardStyle="glass-depth"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="glass"
headingFontWeight="bold"
headingFontWeight="extrabold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
@@ -55,7 +55,7 @@ export default function LandingPage() {
sidebarItems: [{ icon: Coffee }, { icon: Zap }],
listItems: [{ icon: Target, title: "Batch 402", status: "Roasted" }],
buttons: [{ text: "Shop Roasts", href: "#products" }],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-preparing-coffee-with-machine_23-2148892831.jpg"
imageSrc: "https://images.unsplash.com/photo-1559056199-641a0ac8b55e?q=80&w=2070&auto=format&fit=crop&_wi=1"
}}
/>
</div>
@@ -64,7 +64,7 @@ export default function LandingPage() {
<MediaAbout
title="Refining the Coffee Experience"
description="At Revolver Espresso, we believe in the art of the perfect brew. We bridge the gap between world-class specialty estates and your daily ritual."
imageSrc="http://img.b2bpic.net/free-photo/barista-grind-coffee-bean-with-grinder-machine-barista-prepares-coffee_169016-61314.jpg"
imageSrc="https://images.unsplash.com/photo-1495474472287-4d71bcdd2085?q=80&w=2070&auto=format&fit=crop"
useInvertedBackground={false}
/>
</div>
@@ -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" }
]}
/>
</div>
@@ -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&_wi=2" },
{ 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" }
]}
/>
</div>
@@ -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" }
]}
/>
</div>