Compare commits
24 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d281280443 | |||
| 0cb5361d55 | |||
| 2a7d65f16c | |||
| 95cf0d3e7f | |||
| 749f937dd1 | |||
| b6cd5d1b75 | |||
| 6543c5ee5b | |||
| fe585eefc4 | |||
| bb1fa6f1a7 | |||
| 74b33f7ca5 | |||
| f886306bab | |||
| d80665986a | |||
| dceccd4258 | |||
| 0b5122c654 | |||
| a5c380b741 | |||
| a6f663c14f | |||
| f5e3bd8317 | |||
| 3afcaa67b4 | |||
| 097e87b170 | |||
| e46cff49fe | |||
| ac6dbb7549 | |||
| cb64f8b90c | |||
| 86faa82d10 | |||
| ae8efd13aa |
@@ -17,7 +17,7 @@ export default function BlogPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="mediumLarge"
|
||||
background="none"
|
||||
background="floatingGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -61,7 +61,7 @@ export default function BlogPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Navigate", items: [
|
||||
{ label: "Home", href: "#home" },
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Menu", href: "#product" },
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Contact", href: "#contact" }
|
||||
|
||||
@@ -1413,4 +1413,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,6 +11,7 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa
|
||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import { Coffee, Flame, Heart, Star, Users, ThumbsUp, TrendingUp, Mail, Award } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -21,7 +22,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="mediumLarge"
|
||||
background="none"
|
||||
background="floatingGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -75,6 +76,20 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
<div className="mt-12">
|
||||
<SocialProofOne
|
||||
title="Trusted by Premium Brands"
|
||||
description="We partner with the finest coffee suppliers and artisan producers from around the world"
|
||||
tag="Our Partners"
|
||||
names={[
|
||||
"Ethiopian Highlands Coffee", "Colombian Fair Trade Co.", "Indonesian Sumatra Estates", "Kenyan AA Beans", "Brazilian Santos Roasters", "Peruvian Organic Farms"
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="product" data-section="product">
|
||||
|
||||
@@ -82,7 +82,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="mediumLarge"
|
||||
background="none"
|
||||
background="floatingGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -97,8 +97,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
{ name: "Menu", id: "product" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Features", id: "feature" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Shop", id: "/shop" }
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
@@ -151,7 +150,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="mediumLarge"
|
||||
background="none"
|
||||
background="floatingGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -166,8 +165,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
{ name: "Menu", id: "product" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Features", id: "feature" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Shop", id: "/shop" }
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
@@ -227,7 +225,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="mediumLarge"
|
||||
background="none"
|
||||
background="floatingGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -242,8 +240,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
{ name: "Menu", id: "product" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Features", id: "feature" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Shop", id: "/shop" }
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
|
||||
@@ -25,7 +25,7 @@ function ShopPageContent() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="mediumLarge"
|
||||
background="none"
|
||||
background="floatingGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -40,8 +40,7 @@ function ShopPageContent() {
|
||||
{ name: "Menu", id: "product" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Features", id: "feature" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Shop", id: "/shop" }
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
button={{ text: "Cart", onClick: () => console.log("cart") }}
|
||||
/>
|
||||
@@ -93,7 +92,7 @@ function ShopPageContent() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="mediumLarge"
|
||||
background="none"
|
||||
background="floatingGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -108,8 +107,7 @@ function ShopPageContent() {
|
||||
{ name: "Menu", id: "product" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Features", id: "feature" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Shop", id: "/shop" }
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
button={{ text: "Cart", onClick: () => console.log("cart") }}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user