Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { Coffee, Award, Zap, Heart, Mail } from "lucide-react";
|
||||
import { Coffee, Award, Zap } from "lucide-react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||
@@ -46,6 +46,7 @@ export default function LandingPage() {
|
||||
tag="Coffee Roastery"
|
||||
rating={5}
|
||||
ratingText="Rated 5/5 by our community"
|
||||
background={{ variant: "animated-grid" }}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-beans-container_23-2148523093.jpg", imageAlt: "Fresh Beans" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-making-cappuccino-bartender-preparing-coffee-drink_1150-14696.jpg", imageAlt: "Latte Art" }
|
||||
@@ -57,6 +58,7 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<AboutMetric
|
||||
title="Our Passion in Numbers"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ icon: Coffee, label: "Coffee Varieties", value: "50+" },
|
||||
{ icon: Award, label: "Roast Experience", value: "15Yrs" },
|
||||
@@ -71,6 +73,8 @@ export default function LandingPage() {
|
||||
description="Our curated collection of specialty coffees, from bright citrusy notes to deep chocolatey undertones."
|
||||
gridVariant="bento-grid"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "Highland Arabica", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/coffee-composition-with-cotton-bag_23-2147671450.jpg" },
|
||||
{ id: "2", name: "Midnight Roast", price: "$19", imageSrc: "http://img.b2bpic.net/free-photo/smoke-rises-from-roasted-coffee-beans-coffee-mug-lies-fragrant-coffee-selective-focus-beans_166373-2305.jpg" },
|
||||
@@ -104,6 +108,8 @@ export default function LandingPage() {
|
||||
title="Ready for a better brew?"
|
||||
description="Subscribe to our newsletter and get early access to limited micro-lots and roastery news."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/big-coffee-cup-wooden-table_23-2148071561.jpg"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user