Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 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,6 +47,8 @@ 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"
|
||||||
@@ -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,7 +145,7 @@ export default function LandingPage() {
|
|||||||
"Fresh Roast", "Standard Shipping"],
|
"Fresh Roast", "Standard Shipping"],
|
||||||
buttons: [
|
buttons: [
|
||||||
{
|
{
|
||||||
text: "Select Plan"},
|
text: "Start My Subscription"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -151,7 +153,7 @@ export default function LandingPage() {
|
|||||||
"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"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -271,4 +273,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user