Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-20 09:40:51 +00:00

View File

@@ -12,7 +12,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import { Award, Shield, Zap, Coffee, ChevronRight, Mail } from "lucide-react";
import { Award, Shield, Zap, Coffee, Mail } from "lucide-react";
export default function LandingPage() {
return (
@@ -131,9 +131,9 @@ export default function LandingPage() {
<div id="social-proof" data-section="social-proof">
<SocialProofOne
names={["Barista Weekly", "Global Coffee News", "The Roast Journal", "Modern Espresso", "Café Life"]
}
names={["Barista Weekly", "Global Coffee News", "The Roast Journal", "Modern Espresso", "Café Life"]}
title="Proudly Featured"
description="As seen in top coffee publications globally."
textboxLayout="split"
useInvertedBackground={true}
/>
@@ -143,6 +143,7 @@ export default function LandingPage() {
<ContactCenter
title="Stay Connected"
description="Join our inner circle for early access and events."
tag="Newsletter"
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={true}
/>