Merge version_1 into main #2
198
src/app/page.tsx
198
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Coffee",
|
||||
id: "products",
|
||||
},
|
||||
name: "Coffee", id: "products"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Farmers Horse"
|
||||
/>
|
||||
@@ -55,68 +47,33 @@ export default function LandingPage() {
|
||||
description="Experience the farm-to-cup journey with Farmers Horse Coffee. Sustainably sourced, carefully roasted, and delivered to your doorstep."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Alex R.",
|
||||
handle: "@alexcoffee",
|
||||
testimonial: "The best roast I've had in years. Absolute quality.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-kettle-with-roasted-beans_23-2148337160.jpg?_wi=1",
|
||||
imageAlt: "artisanal roasted coffee beans rustic table",
|
||||
},
|
||||
name: "Alex R.", handle: "@alexcoffee", testimonial: "The best roast I've had in years. Absolute quality.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-kettle-with-roasted-beans_23-2148337160.jpg", imageAlt: "artisanal roasted coffee beans rustic table"},
|
||||
{
|
||||
name: "Maria L.",
|
||||
handle: "@m_lattes",
|
||||
testimonial: "Fresh, fragrant, and smooth. Farmers Horse is my go-to.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rustic-deck-with-patio-furniture-vegetation_23-2150698464.jpg",
|
||||
imageAlt: "artisanal roasted coffee beans rustic table",
|
||||
},
|
||||
name: "Maria L.", handle: "@m_lattes", testimonial: "Fresh, fragrant, and smooth. Farmers Horse is my go-to.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rustic-deck-with-patio-furniture-vegetation_23-2150698464.jpg", imageAlt: "artisanal roasted coffee beans rustic table"},
|
||||
{
|
||||
name: "Jordan P.",
|
||||
handle: "@jordanp",
|
||||
testimonial: "Exceptional service and even better beans.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-wooden-old-background_1220-7514.jpg?_wi=1",
|
||||
imageAlt: "artisanal roasted coffee beans rustic table",
|
||||
},
|
||||
name: "Jordan P.", handle: "@jordanp", testimonial: "Exceptional service and even better beans.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-wooden-old-background_1220-7514.jpg", imageAlt: "artisanal roasted coffee beans rustic table"},
|
||||
{
|
||||
name: "Sarah K.",
|
||||
handle: "@sarahk",
|
||||
testimonial: "Farm-fresh quality in every single cup.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-background_23-2148116661.jpg?_wi=1",
|
||||
imageAlt: "artisanal roasted coffee beans rustic table",
|
||||
},
|
||||
name: "Sarah K.", handle: "@sarahk", testimonial: "Farm-fresh quality in every single cup.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-background_23-2148116661.jpg", imageAlt: "artisanal roasted coffee beans rustic table"},
|
||||
{
|
||||
name: "David M.",
|
||||
handle: "@dm_bean",
|
||||
testimonial: "Pure coffee magic. Highly recommended.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cookies-cinnamon-near-coffee_23-2147764902.jpg?_wi=1",
|
||||
imageAlt: "artisanal roasted coffee beans rustic table",
|
||||
},
|
||||
name: "David M.", handle: "@dm_bean", testimonial: "Pure coffee magic. Highly recommended.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cookies-cinnamon-near-coffee_23-2147764902.jpg", imageAlt: "artisanal roasted coffee beans rustic table"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-coffee-kettle-with-roasted-beans_23-2148337160.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-coffee-kettle-with-roasted-beans_23-2148337160.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/coffee-machine-making-perfect-cup-coffee_23-2151699654.jpg",
|
||||
alt: "Coffee machine making a perfect cup of coffee",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/coffee-machine-making-perfect-cup-coffee_23-2151699654.jpg", alt: "Coffee machine making a perfect cup of coffee"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/coffee-machine-making-perfect-cup-coffee_23-2151699631.jpg",
|
||||
alt: "Coffee machine making a perfect cup of coffee",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/coffee-machine-making-perfect-cup-coffee_23-2151699631.jpg", alt: "Coffee machine making a perfect cup of coffee"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-hand-preparing-coffee-with-machine_23-2148892831.jpg",
|
||||
alt: "Close up hand preparing coffee with machine",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-hand-preparing-coffee-with-machine_23-2148892831.jpg", alt: "Close up hand preparing coffee with machine"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/hot-espresso-pouring-into-porcelain-mug_23-2147834513.jpg",
|
||||
alt: "Hot espresso pouring into porcelain mug",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/hot-espresso-pouring-into-porcelain-mug_23-2147834513.jpg", alt: "Hot espresso pouring into porcelain mug"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cup-aromatic-coffee-top-book-with-pinecones_114579-57861.jpg",
|
||||
alt: "Cup of aromatic coffee on top of book with pinecones",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cup-aromatic-coffee-top-book-with-pinecones_114579-57861.jpg", alt: "Cup of aromatic coffee on top of book with pinecones"},
|
||||
]}
|
||||
avatarText="Trusted by 5,000+ coffee enthusiasts"
|
||||
/>
|
||||
@@ -127,9 +84,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Our Philosophy"
|
||||
description={[
|
||||
"At Farmers Horse Coffee, we believe that great coffee starts at the source. We partner directly with small-scale farmers to ensure ethical sourcing and exceptional quality.",
|
||||
"Our small-batch roasting technique preserves the unique flavor profile of every origin, ensuring that every cup tells a story of terroir and craftsmanship.",
|
||||
]}
|
||||
"At Farmers Horse Coffee, we believe that great coffee starts at the source. We partner directly with small-scale farmers to ensure ethical sourcing and exceptional quality.", "Our small-batch roasting technique preserves the unique flavor profile of every origin, ensuring that every cup tells a story of terroir and craftsmanship."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -141,47 +96,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Morning Heritage",
|
||||
price: "$18.00",
|
||||
variant: "Light Roast",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-wooden-old-background_1220-7514.jpg?_wi=2",
|
||||
},
|
||||
id: "p1", name: "Morning Heritage", price: "$18.00", variant: "Light Roast", imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-wooden-old-background_1220-7514.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Highland Gold",
|
||||
price: "$20.00",
|
||||
variant: "Medium Roast",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-background_23-2148116661.jpg?_wi=2",
|
||||
},
|
||||
id: "p2", name: "Highland Gold", price: "$20.00", variant: "Medium Roast", imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-background_23-2148116661.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Midnight Rider",
|
||||
price: "$22.00",
|
||||
variant: "Dark Roast",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cookies-cinnamon-near-coffee_23-2147764902.jpg?_wi=2",
|
||||
},
|
||||
id: "p3", name: "Midnight Rider", price: "$22.00", variant: "Dark Roast", imageSrc: "http://img.b2bpic.net/free-photo/cookies-cinnamon-near-coffee_23-2147764902.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Ethiopian Bloom",
|
||||
price: "$24.00",
|
||||
variant: "Light Roast",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/roasted-coffee-beans_53876-23308.jpg",
|
||||
},
|
||||
id: "p4", name: "Ethiopian Bloom", price: "$24.00", variant: "Light Roast", imageSrc: "http://img.b2bpic.net/free-photo/roasted-coffee-beans_53876-23308.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Farmers Estate",
|
||||
price: "$19.00",
|
||||
variant: "Medium Roast",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-black-chocolate_23-2148173345.jpg",
|
||||
},
|
||||
id: "p5", name: "Farmers Estate", price: "$19.00", variant: "Medium Roast", imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-black-chocolate_23-2148173345.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Velvet Roast",
|
||||
price: "$21.00",
|
||||
variant: "Dark Roast",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/copper-utensil-with-coffee-beans_1220-390.jpg",
|
||||
},
|
||||
id: "p6", name: "Velvet Roast", price: "$21.00", variant: "Dark Roast", imageSrc: "http://img.b2bpic.net/free-photo/copper-utensil-with-coffee-beans_1220-390.jpg"},
|
||||
]}
|
||||
title="Signature Roasts"
|
||||
description="Explore our curated collection of sustainably sourced, small-batch roasted beans."
|
||||
@@ -190,44 +115,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Elena R.",
|
||||
role: "Barista",
|
||||
testimonial: "Incredible beans. The depth of flavor is unmatched.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-leisure-lifestyle-concept-successful-young-man-black-hat-casual-t-shirt-having-coffee-sitting-sidewalk-restaurant_273609-1754.jpg",
|
||||
},
|
||||
id: "t1", name: "Elena R.", role: "Barista", testimonial: "Incredible beans. The depth of flavor is unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/people-leisure-lifestyle-concept-successful-young-man-black-hat-casual-t-shirt-having-coffee-sitting-sidewalk-restaurant_273609-1754.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mark V.",
|
||||
role: "Coffee Blogger",
|
||||
testimonial: "Truly the best farm-to-cup experience I've had.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-communicating-through-sign-language_23-2148590312.jpg",
|
||||
},
|
||||
id: "t2", name: "Mark V.", role: "Coffee Blogger", testimonial: "Truly the best farm-to-cup experience I've had.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-communicating-through-sign-language_23-2148590312.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sophia L.",
|
||||
role: "Designer",
|
||||
testimonial: "Packaging is beautiful, and the taste is even better.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-family-table_23-2149141836.jpg",
|
||||
},
|
||||
id: "t3", name: "Sophia L.", role: "Designer", testimonial: "Packaging is beautiful, and the taste is even better.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-family-table_23-2149141836.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Thomas K.",
|
||||
role: "Architect",
|
||||
testimonial: "A ritual I look forward to every morning.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-looking-her-cup-coffee_23-2148821625.jpg",
|
||||
},
|
||||
id: "t4", name: "Thomas K.", role: "Architect", testimonial: "A ritual I look forward to every morning.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-looking-her-cup-coffee_23-2148821625.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Jane W.",
|
||||
role: "Teacher",
|
||||
testimonial: "Perfectly balanced roast. Simply delightful.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-redhead-female-sunglasses-drinks-coffee-cafe-street_613910-10422.jpg",
|
||||
},
|
||||
id: "t5", name: "Jane W.", role: "Teacher", testimonial: "Perfectly balanced roast. Simply delightful.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-redhead-female-sunglasses-drinks-coffee-cafe-street_613910-10422.jpg"},
|
||||
]}
|
||||
title="Community Voices"
|
||||
description="Hear what coffee enthusiasts have to say about our artisan blends."
|
||||
@@ -238,14 +139,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "canvas-reveal",
|
||||
}}
|
||||
variant: "canvas-reveal"}}
|
||||
text="Join our journey and get the finest beans delivered. We love hearing from our community."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#",
|
||||
},
|
||||
text: "Contact Us", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -256,33 +154,21 @@ export default function LandingPage() {
|
||||
logoText="Farmers Horse"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigate",
|
||||
items: [
|
||||
title: "Navigate", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Coffee",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Coffee", href: "#products"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Reviews", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user