Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 19b8735758 | |||
| de2a05436f | |||
| 27cb6bf992 | |||
| 5fb1ad403f | |||
| 9edbb2d5d6 | |||
| 6cdf490882 | |||
| b7aac225dc | |||
| 4741dc21d4 | |||
| a1abd5a6c1 | |||
| fc731de5a8 | |||
| 061a759f94 | |||
| 1df904482a |
@@ -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: "Select Weekly Plan"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
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: "Get Started with Curated Beans"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -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: "Unlock Complete Experience"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user