Update src/app/page.tsx
This commit is contained in:
@@ -62,7 +62,7 @@ export default function LandingPage() {
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/adult-harvesting-coffee_23-2151711362.jpg", imageAlt: "Coffee farm with red cherries" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/person-drinking-beverage-while-break-time_23-2149256936.jpg", imageAlt: "Coffee farmer inspecting beans" }
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about" className={sourceSans3.variable}>
|
||||
@@ -71,7 +71,7 @@ export default function LandingPage() {
|
||||
description="At Sonntage Coffee, we believe great coffee starts with great relationships. We partner directly with ethical farms globally, ensuring fair practices and superior quality. Our beans are then meticulously roasted in small batches to unlock their unique flavor profiles, bringing you an unparalleled coffee experience."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-barista-wearing-face-mask-while-making-coffee_23-2148767449.jpg"
|
||||
imageAlt="Barista brewing coffee with passion"
|
||||
useInvertedBackground={false}
|
||||
|
||||
/>
|
||||
</div>
|
||||
<div id="features" data-section="features" className={sourceSans3.variable}>
|
||||
@@ -85,14 +85,14 @@ export default function LandingPage() {
|
||||
{ title: "Artisanal Roasting", description: "Our small-batch roasting process is perfected to highlight the unique characteristics of each bean, ensuring rich flavor and aroma.", imageSrc: "http://img.b2bpic.net/free-photo/cookies-fresh-coffee-made-from-coffee-beans_23-2148326705.jpg", imageAlt: "Artisan coffee roasting machine" },
|
||||
{ title: "Freshness Guaranteed", description: "From roast to your cup, we minimize transit time, delivering fresh coffee that retains its peak flavor and fragrance.", imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-takeaway-food-using-smartphone_23-2149025825.jpg", imageAlt: "Coffee box delivery" }
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
|
||||
/>
|
||||
</div>
|
||||
<div id="products" data-section="products" className={sourceSans3.variable}>
|
||||
<ProductCardThree
|
||||
title="Our Premium Coffee Roasts"
|
||||
description="Explore our exquisite selection of single-origin and masterfully blended coffees, each with a unique story and flavor profile."
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
gridVariant="three-columns-all-items-equal-width"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
products={[
|
||||
@@ -103,7 +103,7 @@ export default function LandingPage() {
|
||||
{ id: "p5", name: "Discovery Sampler", price: "$35.00", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-coffee-with-notebook-mock-up_23-2148267895.jpg", imageAlt: "Coffee sampler set" },
|
||||
{ id: "p6", name: "Luxury Gift Set", price: "$60.00", imageSrc: "http://img.b2bpic.net/free-photo/books-coffee-gift-box-candle_23-2147617708.jpg", imageAlt: "Luxury coffee gift box" }
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
|
||||
/>
|
||||
</div>
|
||||
<div id="metrics" data-section="metrics" className={sourceSans3.variable}>
|
||||
@@ -118,7 +118,7 @@ export default function LandingPage() {
|
||||
{ id: "m2", value: "24/7", title: "Fresh Roasting", description: "Beans roasted on demand to ensure maximum freshness for every order.", icon: Coffee },
|
||||
{ id: "m3", value: "5-Star", title: "Customer Reviews", description: "Consistently high ratings from coffee enthusiasts across the globe.", icon: Star }
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
|
||||
/>
|
||||
</div>
|
||||
<div id="social-proof" data-section="social-proof" className={sourceSans3.variable}>
|
||||
@@ -129,7 +129,7 @@ export default function LandingPage() {
|
||||
names={[
|
||||
"Gourmet Cafe Co.", "The Roastery Hub", "Bean & Brew Collective", "Daily Grind Magazine", "Taste Buds Guild", "Artisan Coffee Club", "Flavor Journey Blog"
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials" className={sourceSans3.variable}>
|
||||
@@ -146,7 +146,7 @@ export default function LandingPage() {
|
||||
{ id: "t4", name: "David Kim", handle: "@davek", testimonial: "Prompt delivery and consistently fresh beans. Sonntage Coffee is my new go-to for premium quality coffee.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/charming-successful-young-businesswoman-working-cafe-restaurant-sit-near-window-enjoy-tasty-coffee-smoothie-use-laptop-prepare-project-student-studying-before-university-exams_197531-30634.jpg", imageAlt: "David Kim" },
|
||||
{ id: "t5", name: "Jessica Lee", handle: "@jlee", testimonial: "I appreciate the transparency about their sourcing. Knowing my coffee comes from ethical practices makes it taste even better!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-chilling-out-with-coffee-cafe_53876-22942.jpg", imageAlt: "Jessica Lee" }
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq" className={sourceSans3.variable}>
|
||||
@@ -160,7 +160,7 @@ export default function LandingPage() {
|
||||
{ id: "faq2", title: "How do you ensure ethical sourcing?", content: "We build direct relationships with coffee farmers worldwide, ensuring they receive fair compensation and practice sustainable agriculture. We visit our partner farms regularly to maintain these standards." },
|
||||
{ id: "faq3", title: "What are your shipping options?", content: "We offer various shipping options to ensure your coffee arrives fresh. Standard and expedited shipping are available. Orders are typically roasted and shipped within 1-2 business days to guarantee peak freshness." }
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact" className={sourceSans3.variable}>
|
||||
@@ -175,7 +175,7 @@ export default function LandingPage() {
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Subscribe"
|
||||
termsText="By clicking Subscribe you're confirming that you agree with our Privacy Policy."
|
||||
useInvertedBackground={false}
|
||||
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer" className={sourceSans3.variable}>
|
||||
@@ -189,7 +189,7 @@ export default function LandingPage() {
|
||||
{ title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Contact Us", href: "#contact" }, { label: "Shipping & Returns", href: "#" }, { label: "Privacy Policy", href: "#" }] }
|
||||
]}
|
||||
copyrightText="© 2024 Sonntage Coffee. All rights reserved."
|
||||
useInvertedBackground={false}
|
||||
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user