8 Commits

Author SHA1 Message Date
9edbb2d5d6 Update src/app/page.tsx 2026-04-20 11:31:37 +00:00
6cdf490882 Merge version_5 into main
Merge version_5 into main
2026-04-20 11:30:20 +00:00
b7aac225dc Update src/app/page.tsx 2026-04-20 11:30:17 +00:00
4741dc21d4 Merge version_4 into main
Merge version_4 into main
2026-04-20 11:29:38 +00:00
a1abd5a6c1 Update src/app/page.tsx 2026-04-20 11:29:32 +00:00
fc731de5a8 Merge version_3 into main
Merge version_3 into main
2026-04-20 11:28:36 +00:00
061a759f94 Update src/app/page.tsx 2026-04-20 11:28:33 +00:00
1df904482a Merge version_2 into main
Merge version_2 into main
2026-04-20 11:27:39 +00:00

View File

@@ -12,7 +12,7 @@ import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
import ProductCardFour from '@/components/sections/product/ProductCardFour'; import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import TextAbout from '@/components/sections/about/TextAbout'; import TextAbout from '@/components/sections/about/TextAbout';
import { Award, Coffee, Globe, Leaf, Recycle, Users } from "lucide-react"; import { Award, Coffee, Globe, Leaf, Recycle, Users, Sparkles } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -47,13 +47,15 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitKpi <HeroSplitKpi
tag="Premium Craft Coffee"
tagIcon={Sparkles}
background={{ background={{
variant: "gradient-bars"}} variant: "gradient-bars"}}
title="Experience Artisanal Perfection" title="Experience Artisanal Perfection"
description="At Cuppio, we source only the finest beans to craft coffee that warms your soul and awakens your spirit." description="At Cuppio, we source only the finest beans to craft coffee that warms your soul and awakens your spirit."
buttons={[ buttons={[
{ {
text: "Shop Now", href: "#menu" text: "Discover Your Roast", href: "#menu"
} }
]} ]}
kpis={[ kpis={[
@@ -119,7 +121,7 @@ export default function LandingPage() {
{ {
id: "p2", name: "French Press", price: "$45", variant: "Steel", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ready-be-served-coffee-with-sugar_23-2148464004.jpg"}, id: "p2", name: "French Press", price: "$45", variant: "Steel", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ready-be-served-coffee-with-sugar_23-2148464004.jpg"},
{ {
id: "p3", name: "Handmade Mug", price: "$18", variant: "Stoneware", imageSrc: "http://img.b2bpic.net/free-photo/handmade-cup-books-closeup-wooden-surface-copy-space_169016-46354.jpg"}, id: "p3", name: "Handmade Mug", price: "$18", variant: "Stoneware", imageSrc: "http://img.b2bpic.net/free-photo/handmade-cup-books-closeup-wooden-surface-copy-space_169016-46355.jpg"},
{ {
id: "p4", name: "Ethiopian Blend", price: "$22", variant: "250g", imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-container_23-2148173321.jpg"}, id: "p4", name: "Ethiopian Blend", price: "$22", variant: "250g", imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-container_23-2148173321.jpg"},
{ {
@@ -143,15 +145,15 @@ export default function LandingPage() {
"Fresh Roast", "Standard Shipping"], "Fresh Roast", "Standard Shipping"],
buttons: [ buttons: [
{ {
text: "Select Plan"}, text: "Start My Subscription"},
], ],
}, },
{ {
id: "pro", badge: "Monthly", price: "$40/mo", subtitle: "Curated selection", features: [ id: "pro", badge: "Recommended", price: "$40/mo", subtitle: "Curated selection", features: [
"Exotic Beans", "Priority Shipping", "Brew Guide"], "Exotic Beans", "Priority Shipping", "Brew Guide"],
buttons: [ buttons: [
{ {
text: "Select Plan"}, text: "Start My Subscription"},
], ],
}, },
{ {
@@ -159,7 +161,7 @@ export default function LandingPage() {
"Limited Batches", "Exclusive Gadgets", "Free Shipping"], "Limited Batches", "Exclusive Gadgets", "Free Shipping"],
buttons: [ buttons: [
{ {
text: "Select Plan"}, text: "Start My Subscription"},
], ],
}, },
]} ]}