Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 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 TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
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() {
|
||||
return (
|
||||
@@ -47,13 +47,15 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
tag="Premium Craft Coffee"
|
||||
tagIcon={Sparkles}
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
title="Experience Artisanal Perfection"
|
||||
description="At Cuppio, we source only the finest beans to craft coffee that warms your soul and awakens your spirit."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Now", href: "#menu"
|
||||
text: "Discover Your Roast", href: "#menu"
|
||||
}
|
||||
]}
|
||||
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: "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"},
|
||||
{
|
||||
@@ -143,15 +145,15 @@ export default function LandingPage() {
|
||||
"Fresh Roast", "Standard Shipping"],
|
||||
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"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Select Plan"},
|
||||
text: "Get Started Today"},
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -159,7 +161,7 @@ export default function LandingPage() {
|
||||
"Limited Batches", "Exclusive Gadgets", "Free Shipping"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Select Plan"},
|
||||
text: "Get Started Today"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -271,4 +273,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user