Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -8,9 +8,7 @@ import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwent
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import { CheckCircle, Settings, Heart, Wrench } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -35,8 +33,6 @@ export default function LandingPage() {
|
||||
name: "Capsules", id: "#capsules"},
|
||||
{
|
||||
name: "Equipment", id: "#equipment"},
|
||||
{
|
||||
name: "Subscription", id: "#subscription"},
|
||||
{
|
||||
name: "Brew Guide", id: "#blog"},
|
||||
]}
|
||||
@@ -53,23 +49,6 @@ export default function LandingPage() {
|
||||
variant: "gradient-bars"}}
|
||||
title="Organic Coffee, Crafted for Professionals."
|
||||
description="Experience the ultimate convenience and uncompromising quality. From farm-to-capsule, Brewberry brings the specialty coffee shop experience directly to your home."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Alex R.", handle: "@alex_coffee", testimonial: "The best capsules I've ever had. Truly professional quality at home.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-process-making-pressed-coffee_23-2149709923.jpg"},
|
||||
{
|
||||
name: "Sarah M.", handle: "@sarah_barista", testimonial: "Finally, a capsule brand that respects organic sourcing. Amazing.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barista-pouring-coffee-beans-into-coffee-machine_23-2148326687.jpg"},
|
||||
{
|
||||
name: "Jordan L.", handle: "@jordan_dev", testimonial: "Subscribing saved me so much time. Perfect for my busy work days.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sample-pebbles-jar-table_107420-63896.jpg"},
|
||||
{
|
||||
name: "Mike D.", handle: "@mike_coffee", testimonial: "Unbeatable freshness in every single cup.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tool-used-coffee-machine-coffee-making-process_23-2150187528.jpg"},
|
||||
{
|
||||
name: "Chloe B.", handle: "@chloe_brews", testimonial: "Professional grade coffee in minutes. Simply the best.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-holding-cup-near-tablet_23-2148181482.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Capsules", href: "#capsules"},
|
||||
@@ -77,18 +56,6 @@ export default function LandingPage() {
|
||||
text: "Explore Machines", href: "#equipment"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-holding-cup-store-concept-choosing-dishes_169016-23448.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-woman-managing-her-work-from-home-drinking-coffee-looking-laptop-sitting-kitchen_1258-183127.jpg", alt: "User 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-taking-e-leraning-courses_23-2149231576.jpg", alt: "User 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/girl-with-laptop_23-2148016321.jpg", alt: "User 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-woman-managing-her-work-from-home-drinking-coffee-looking-laptop-sitting-kitchen_1258-186505.jpg", alt: "User 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/male-painter-studio-using-watercolor-his-art_23-2150213616.jpg", alt: "User 5"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text", text: "100% Organic"},
|
||||
@@ -177,42 +144,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="subscription" data-section="subscription">
|
||||
<PricingCardEight
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic", badge: "Essential", price: "$45/mo", subtitle: "Perfect for daily commuters", features: [
|
||||
"30 Capsules", "Free shipping", "10% off"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Subscribe Now"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "pro", badge: "Barista", price: "$85/mo", subtitle: "For coffee fanatics", features: [
|
||||
"60 Capsules", "Free shipping", "15% off", "Exclusive early access"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Subscribe Now"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "office", badge: "Team", price: "$160/mo", subtitle: "Best for home offices", features: [
|
||||
"120 Capsules", "Free express shipping", "20% off", "Direct support"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Subscribe Now"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
title="Subscribe & Save"
|
||||
description="Never run out of your favorite coffee again. Save 15% on recurring orders."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="blog" data-section="blog">
|
||||
<BlogCardOne
|
||||
animationType="slide-up"
|
||||
@@ -231,27 +162,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1", name: "Alex R.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-coffee-break_23-2148756282.jpg"},
|
||||
{
|
||||
id: "t2", name: "Sarah M.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-drinks-tea-works-laptop-freelancer-working-cafe_1321-4573.jpg"},
|
||||
{
|
||||
id: "t3", name: "Jordan L.", imageSrc: "http://img.b2bpic.net/free-photo/young-entrepreneur-wheelchair-thinking-something-while-working-home_637285-3010.jpg"},
|
||||
{
|
||||
id: "t4", name: "Mike D.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-guy-holding-mug_23-2148594464.jpg"},
|
||||
{
|
||||
id: "t5", name: "Chloe B.", imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-with-red-lips-trendy-manicure-holding-cup-tasty-coffee-enjoying-flavour-busy-day_197531-4639.jpg"},
|
||||
]}
|
||||
cardTitle="Loved by Coffee Enthusiasts"
|
||||
cardTag="Reviews"
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
@@ -276,8 +186,6 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Subscription", href: "#subscription"},
|
||||
{
|
||||
label: "Brew Guide", href: "#blog"},
|
||||
],
|
||||
@@ -305,4 +213,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user