Merge version_2 into main #1
366
src/app/page.tsx
366
src/app/page.tsx
@@ -13,6 +13,9 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import { Facebook, Instagram, X } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -33,29 +36,19 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Collection",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Collection", id: "#products"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "Location", id: "#location-hours"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact", id: "#contact"}
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/coffee-background-design_1215-475.jpg"
|
||||
logoAlt="Ilcafeto logo"
|
||||
@@ -66,79 +59,46 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Artisan Italian Coffee, Sourced Responsibly"
|
||||
description="Discover single-origin espresso and specialty blends crafted for coffee connoisseurs. From our family roastery to your cup."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Our Collection",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Explore Our Collection", href: "#products"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/coffee-concept-with-coffee-set-dark-background_1220-7860.jpg"
|
||||
imageAlt="Artisan coffee beans ready for brewing"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/girl-with-cheesecake_1303-3948.jpg",
|
||||
alt: "Happy coffee drinker",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/girl-with-cheesecake_1303-3948.jpg", alt: "Happy coffee drinker"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/enthusiastic-hipster-dark-skinned-woman-with-afro-hairstyle-checking-her-news-feed_273443-1382.jpg",
|
||||
alt: "Coffee expert",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/enthusiastic-hipster-dark-skinned-woman-with-afro-hairstyle-checking-her-news-feed_273443-1382.jpg", alt: "Coffee expert"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-drinking-coffee_23-2148006743.jpg",
|
||||
alt: "Satisfied customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-drinking-coffee_23-2148006743.jpg", alt: "Satisfied customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-drinking-coffee_23-2148006747.jpg",
|
||||
alt: "Cafe owner",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-drinking-coffee_23-2148006747.jpg", alt: "Cafe owner"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/eating-out-lifestyle-concept-happy-caucasian-woman-with-tropical-tan-drinking-coffee-checking-messages-mobile-phone-having-breakfast-terrace-smiling_197531-30297.jpg",
|
||||
alt: "Coffee enthusiast",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/eating-out-lifestyle-concept-happy-caucasian-woman-with-tropical-tan-drinking-coffee-checking-messages-mobile-phone-having-breakfast-terrace-smiling_197531-30297.jpg", alt: "Coffee enthusiast"},
|
||||
]}
|
||||
avatarText="Trusted by 10,000+ satisfied customers"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-vector/coffee-house-emblems-set_1284-12037.jpg",
|
||||
alt: "Coffee Guild Awards logo",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-vector/coffee-house-emblems-set_1284-12037.jpg", alt: "Coffee Guild Awards logo"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Finest Arabica Beans",
|
||||
},
|
||||
type: "text", text: "Finest Arabica Beans"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-vector/vintage-coffee-badge-pack_23-2147604417.jpg",
|
||||
alt: "Vintage coffee badge",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-vector/vintage-coffee-badge-pack_23-2147604417.jpg", alt: "Vintage coffee badge"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Sustainable & Fair Trade",
|
||||
},
|
||||
type: "text", text: "Sustainable & Fair Trade"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-vector/original-coffee-stamp-with-transport_24877-54432.jpg",
|
||||
alt: "Original coffee stamp",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-vector/original-coffee-stamp-with-transport_24877-54432.jpg", alt: "Original coffee stamp"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Master Roasters",
|
||||
},
|
||||
type: "text", text: "Master Roasters"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-vector/hotel-logo-black-business-corporate-identity-set_53876-114180.jpg",
|
||||
alt: "Hotel logo, corporate identity",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-vector/hotel-logo-black-business-corporate-identity-set_53876-114180.jpg", alt: "Hotel logo, corporate identity"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Rich Italian Heritage",
|
||||
},
|
||||
type: "text", text: "Rich Italian Heritage"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -148,14 +108,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Our Story: Passion in Every Bean"
|
||||
description={[
|
||||
"At Ilcafeto, our journey began generations ago in the heart of Italy, a family tradition rooted in the art of coffee roasting. We believe that exceptional coffee starts with exceptional beans, ethically sourced from the world's finest regions. Every roast is a testament to our commitment to quality, flavor, and the rich heritage of Italian espresso.",
|
||||
"Our philosophy extends beyond taste; it's about responsibility. We partner with sustainable farms, ensuring fair practices and environmental stewardship. From the meticulous selection of green beans to the precise roast profile, we honor the craft and bring you a coffee experience that is authentic, unparalleled, and truly Ilcafeto.",
|
||||
]}
|
||||
"At Ilcafeto, our journey began generations ago in the heart of Italy, a family tradition rooted in the art of coffee roasting. We believe that exceptional coffee starts with exceptional beans, ethically sourced from the world's finest regions. Every roast is a testament to our commitment to quality, flavor, and the rich heritage of Italian espresso.", "Our philosophy extends beyond taste; it's about responsibility. We partner with sustainable farms, ensuring fair practices and environmental stewardship. From the meticulous selection of green beans to the precise roast profile, we honor the craft and bring you a coffee experience that is authentic, unparalleled, and truly Ilcafeto."]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More About Our Craft",
|
||||
href: "#",
|
||||
},
|
||||
text: "Learn More About Our Craft", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -167,34 +123,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
label: "Single-Origin Excellence",
|
||||
title: "Pure Flavors, Unique Terroirs",
|
||||
items: [
|
||||
"Carefully selected from distinct regions",
|
||||
"Showcasing the true character of each bean",
|
||||
"Traceability from farm to roastery",
|
||||
],
|
||||
id: "f1", label: "Single-Origin Excellence", title: "Pure Flavors, Unique Terroirs", items: [
|
||||
"Carefully selected from distinct regions", "Showcasing the true character of each bean", "Traceability from farm to roastery"],
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
label: "Artisanal Roasting",
|
||||
title: "Crafted to Perfection",
|
||||
items: [
|
||||
"Small-batch roasting for consistent quality",
|
||||
"Expertly developed roast profiles",
|
||||
"Highlighting natural bean complexities",
|
||||
],
|
||||
id: "f2", label: "Artisanal Roasting", title: "Crafted to Perfection", items: [
|
||||
"Small-batch roasting for consistent quality", "Expertly developed roast profiles", "Highlighting natural bean complexities"],
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
label: "Sustainable Sourcing",
|
||||
title: "Conscious Coffee, Ethical Practices",
|
||||
items: [
|
||||
"Partnerships with responsible growers",
|
||||
"Fair wages and community support",
|
||||
"Environmentally friendly methods",
|
||||
],
|
||||
id: "f3", label: "Sustainable Sourcing", title: "Conscious Coffee, Ethical Practices", items: [
|
||||
"Partnerships with responsible growers", "Fair wages and community support", "Environmentally friendly methods"],
|
||||
},
|
||||
]}
|
||||
title="The Ilcafeto Difference"
|
||||
@@ -210,47 +148,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Classico Espresso Blend",
|
||||
price: "$18.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-bag-with-coffee-beans-cookies-coffee-cup_23-2151989756.jpg",
|
||||
imageAlt: "Ilcafeto Classico Espresso Blend bag",
|
||||
},
|
||||
id: "p1", name: "Classico Espresso Blend", price: "$18.00", imageSrc: "http://img.b2bpic.net/free-photo/coffee-bag-with-coffee-beans-cookies-coffee-cup_23-2151989756.jpg", imageAlt: "Ilcafeto Classico Espresso Blend bag"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Ethiopia Yirgacheffe",
|
||||
price: "$22.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/small-roasted-linen-cafe-italian_1172-347.jpg",
|
||||
imageAlt: "Ilcafeto Ethiopia Yirgacheffe Single Origin bag",
|
||||
},
|
||||
id: "p2", name: "Ethiopia Yirgacheffe", price: "$22.50", imageSrc: "http://img.b2bpic.net/free-photo/small-roasted-linen-cafe-italian_1172-347.jpg", imageAlt: "Ilcafeto Ethiopia Yirgacheffe Single Origin bag"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Decaf Supremo",
|
||||
price: "$19.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/roasted-scented-toaste-spice-raw_1172-458.jpg",
|
||||
imageAlt: "Ilcafeto Decaf Supremo bag",
|
||||
},
|
||||
id: "p3", name: "Decaf Supremo", price: "$19.50", imageSrc: "http://img.b2bpic.net/free-photo/roasted-scented-toaste-spice-raw_1172-458.jpg", imageAlt: "Ilcafeto Decaf Supremo bag"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Artisan Gift Set",
|
||||
price: "$75.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-hand-holding-cup-foamy-coffee-stacked-cookies-tied-up-with-ribbon-icy-background_140725-160304.jpg",
|
||||
imageAlt: "Ilcafeto Artisan Coffee Gift Set",
|
||||
},
|
||||
id: "p4", name: "Artisan Gift Set", price: "$75.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hand-holding-cup-foamy-coffee-stacked-cookies-tied-up-with-ribbon-icy-background_140725-160304.jpg", imageAlt: "Ilcafeto Artisan Coffee Gift Set"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Cold Brew Blend",
|
||||
price: "$17.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-sweet-cookies-with-cup-tea-dried-pineapple-rings-blue-surface_140725-61794.jpg",
|
||||
imageAlt: "Ilcafeto Cold Brew Blend bag",
|
||||
},
|
||||
id: "p5", name: "Cold Brew Blend", price: "$17.00", imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-sweet-cookies-with-cup-tea-dried-pineapple-rings-blue-surface_140725-61794.jpg", imageAlt: "Ilcafeto Cold Brew Blend bag"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Brazil Santos",
|
||||
price: "$20.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-coffee-beans-frame-wooden-surface-great-background-writing-text_181624-4441.jpg",
|
||||
imageAlt: "Ilcafeto Brazil Santos Single Origin bag",
|
||||
},
|
||||
id: "p6", name: "Brazil Santos", price: "$20.00", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-coffee-beans-frame-wooden-surface-great-background-writing-text_181624-4441.jpg", imageAlt: "Ilcafeto Brazil Santos Single Origin bag"},
|
||||
]}
|
||||
title="Explore Our Premium Coffee Collection"
|
||||
description="Discover our range of exquisite coffee beans, each with a unique story and flavor profile."
|
||||
@@ -264,34 +172,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "3+",
|
||||
title: "Generations of Roasting",
|
||||
items: [
|
||||
"Deep-rooted family heritage",
|
||||
"Time-honored traditions and techniques",
|
||||
"Passing down the passion",
|
||||
],
|
||||
id: "m1", value: "3+", title: "Generations of Roasting", items: [
|
||||
"Deep-rooted family heritage", "Time-honored traditions and techniques", "Passing down the passion"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "100%",
|
||||
title: "Ethically Sourced",
|
||||
items: [
|
||||
"Direct trade relationships",
|
||||
"Supporting sustainable farming",
|
||||
"Fair prices for growers",
|
||||
],
|
||||
id: "m2", value: "100%", title: "Ethically Sourced", items: [
|
||||
"Direct trade relationships", "Supporting sustainable farming", "Fair prices for growers"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "95%",
|
||||
title: "Customer Satisfaction",
|
||||
items: [
|
||||
"Consistently high quality products",
|
||||
"Dedicated support team",
|
||||
"Loyal community of coffee lovers",
|
||||
],
|
||||
id: "m3", value: "95%", title: "Customer Satisfaction", items: [
|
||||
"Consistently high quality products", "Dedicated support team", "Loyal community of coffee lovers"],
|
||||
},
|
||||
]}
|
||||
title="Our Commitment to Excellence"
|
||||
@@ -306,59 +196,47 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Marco Rossi",
|
||||
handle: "@CoffeeCritic",
|
||||
testimonial: "Ilcafeto's espresso blend is simply divine. The rich crema and nuanced flavors transport me straight to an Italian café. Truly the best I've had at home!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-coffee-cup_23-2148756305.jpg",
|
||||
imageAlt: "Marco Rossi",
|
||||
},
|
||||
id: "1", name: "Marco Rossi", handle: "@CoffeeCritic", testimonial: "Ilcafeto's espresso blend is simply divine. The rich crema and nuanced flavors transport me straight to an Italian café. Truly the best I've had at home!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-coffee-cup_23-2148756305.jpg", imageAlt: "Marco Rossi"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sophia Lee",
|
||||
handle: "@BrewMaster",
|
||||
testimonial: "As a remote professional, quality coffee is essential for my day. Ilcafeto's single-origin beans are always fresh, aromatic, and provide the perfect energy boost.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5061.jpg",
|
||||
imageAlt: "Sophia Lee",
|
||||
},
|
||||
id: "2", name: "Sophia Lee", handle: "@BrewMaster", testimonial: "As a remote professional, quality coffee is essential for my day. Ilcafeto's single-origin beans are always fresh, aromatic, and provide the perfect energy boost.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5061.jpg", imageAlt: "Sophia Lee"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Giovanni Bianchi",
|
||||
handle: "Café Bella Luna",
|
||||
testimonial: "Sourcing wholesale beans from Ilcafeto has elevated our cafe's offerings. Our customers rave about the authenticity and depth of flavor. A perfect partnership!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-owner-standing-bakery-shop_1170-2079.jpg",
|
||||
imageAlt: "Giovanni Bianchi",
|
||||
},
|
||||
id: "3", name: "Giovanni Bianchi", handle: "Café Bella Luna", testimonial: "Sourcing wholesale beans from Ilcafeto has elevated our cafe's offerings. Our customers rave about the authenticity and depth of flavor. A perfect partnership!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-owner-standing-bakery-shop_1170-2079.jpg", imageAlt: "Giovanni Bianchi"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Elena Rodriguez",
|
||||
handle: "@GiftCurator",
|
||||
testimonial: "Ilcafeto's curated gift collections are my go-to for thoughtful presents. The recipients are always impressed by the premium quality and presentation.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-couple-man-woman-wearing-casual-clothes-showing-coffee-cups-smiling-standing-orange-wall_141793-57408.jpg",
|
||||
imageAlt: "Elena Rodriguez",
|
||||
},
|
||||
id: "4", name: "Elena Rodriguez", handle: "@GiftCurator", testimonial: "Ilcafeto's curated gift collections are my go-to for thoughtful presents. The recipients are always impressed by the premium quality and presentation.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-couple-man-woman-wearing-casual-clothes-showing-coffee-cups-smiling-standing-orange-wall_141793-57408.jpg", imageAlt: "Elena Rodriguez"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Luca Moretti",
|
||||
handle: "@EspressoAficionado",
|
||||
testimonial: "The craftsmanship behind Ilcafeto's roasts is undeniable. Every cup is a testament to their passion for coffee, delivering consistency and exceptional taste.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-barista-brewing-coffee-alternative-method-pour_176420-14715.jpg",
|
||||
imageAlt: "Luca Moretti",
|
||||
},
|
||||
id: "5", name: "Luca Moretti", handle: "@EspressoAficionado", testimonial: "The craftsmanship behind Ilcafeto's roasts is undeniable. Every cup is a testament to their passion for coffee, delivering consistency and exceptional taste.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-barista-brewing-coffee-alternative-method-pour_176420-14715.jpg", imageAlt: "Luca Moretti"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Anna Perini",
|
||||
handle: "@DailyBrew",
|
||||
testimonial: "Ilcafeto has become my daily ritual. The aroma alone is enough to start my day right, and the taste never disappoints. Highly recommended!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-pensive-woman-sitting-comfy-chair-with-cup-drink_114579-80982.jpg",
|
||||
imageAlt: "Woman smelling coffee beans bag",
|
||||
},
|
||||
id: "6", name: "Anna Perini", handle: "@DailyBrew", testimonial: "Ilcafeto has become my daily ritual. The aroma alone is enough to start my day right, and the taste never disappoints. Highly recommended!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-pensive-woman-sitting-comfy-chair-with-cup-drink_114579-80982.jpg", imageAlt: "Woman smelling coffee beans bag"},
|
||||
{
|
||||
id: "7", name: "Tomislav Kovač", handle: "@ZagrebCoffee", testimonial: "Finally found my local coffee haven! Ilcafeto's beans are top-notch, and the delivery is always swift. A true taste of Italy in Zagreb.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EdbkQk1YEOAOoxJVtJCgGuPkO8/uploaded-1780513756000-0dsk9lt9.jpg", imageAlt: "Tomislav Kovač"},
|
||||
{
|
||||
id: "8", name: "Ivana Horvat", handle: "@HomeBarista", testimonial: "The online guides for brewing from Ilcafeto are incredibly helpful. My home espresso has never tasted better! Truly appreciate the dedication.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EdbkQk1YEOAOoxJVtJCgGuPkO8/uploaded-1780513756000-ohgusvoa.jpg", imageAlt: "Ivana Horvat"},
|
||||
{
|
||||
id: "9", name: "Filip Novak", handle: "@RoastExplorer", testimonial: "Always excited for Ilcafeto's seasonal offerings. Their commitment to exploring unique single-origins keeps my coffee journey exciting and delicious.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-drinking-coffee_23-2148206979.jpg", imageAlt: "Filip Novak"},
|
||||
{
|
||||
id: "10", name: "Petra Babić", handle: "@EcoBrew", testimonial: "The transparency in Ilcafeto's sourcing is fantastic. Knowing my coffee supports ethical practices makes every sip even more enjoyable.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EdbkQk1YEOAOoxJVtJCgGuPkO8/uploaded-1780513756000-0il6b2qj.jpg", imageAlt: "Petra Babić"},
|
||||
{
|
||||
id: "11", name: "Marko Dedić", handle: "@CoffeeLoverHR", testimonial: "Their Classico Espresso blend is my daily go-to. Perfectly balanced, rich, and consistently excellent. Ilcafeto never disappoints.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-male-barista-coffee-shop_176420-22129.jpg", imageAlt: "Marko Dedić"},
|
||||
{
|
||||
id: "12", name: "Ema Jurić", handle: "@MorningRitual", testimonial: "I gifted the Artisan Gift Set to my friend, and she loved it! The quality and presentation were superb. Ilcafeto makes special occasions even better.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-brunette-girl-holding-coffee-cup_23-2148756317.jpg", imageAlt: "Ema Jurić"},
|
||||
{
|
||||
id: "13", name: "Nikola Barić", handle: "@FilterFan", testimonial: "Their Cold Brew Blend is fantastic. Smooth, refreshing, and perfect for hot summer days. It's a staple in my pantry now.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barista-in-white-t-shirt-and-apron-standing-against-wooden-bar-counter-in-coffee-shop_176420-14309.jpg", imageAlt: "Nikola Barić"},
|
||||
{
|
||||
id: "14", name: "Ana Bilić", handle: "@LocalGourmet", testimonial: "Ilcafeto's dedication to quality truly shines. Every bean tells a story of passion and craftsmanship. A true gem for coffee enthusiasts!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-at-counter_176420-14917.jpg", imageAlt: "Ana Bilić"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Customers Say"
|
||||
@@ -371,44 +249,46 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Coffee Guild Awards",
|
||||
"Bean Excellence Cert",
|
||||
"Espresso Journal",
|
||||
"Cafe Grande",
|
||||
"Aroma House",
|
||||
"Brewers Collective",
|
||||
"Sustainable Coffee Alliance",
|
||||
]}
|
||||
"Coffee Guild Awards", "Bean Excellence Cert", "Espresso Journal", "Cafe Grande", "Aroma House", "Brewers Collective", "Sustainable Coffee Alliance"]}
|
||||
title="Trusted by Coffee Lovers & Leading Cafés"
|
||||
description="Our commitment to quality resonates with discerning partners and individual enthusiasts alike."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="location-hours" data-section="location-hours">
|
||||
<SplitAbout
|
||||
useInvertedBackground={true}
|
||||
title="Visit Our Roastery & Café"
|
||||
description="Discover the heart of Ilcafeto at our Zagreb location. Experience our freshly roasted beans and enjoy a handcrafted coffee in our cozy café. We look forward to welcoming you!"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Address", description: "Našička ul. 2, 10000, Zagreb, Croatia"
|
||||
},
|
||||
{
|
||||
title: "Opening Hours", description: "Wednesday - Monday: 7 AM – 10 PM\nSunday: 8 AM – 4 PM\nTuesday: Closed"
|
||||
}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/map-placeholder_14780-179.jpg"
|
||||
imageAlt="Google Maps placeholder for Našička ul. 2, Zagreb"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
textboxLayout="default"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What makes Ilcafeto coffee unique?",
|
||||
content: "Our coffee is unique due to our Italian heritage, artisanal small-batch roasting, and commitment to ethically sourced, high-quality single-origin beans. We prioritize flavor, authenticity, and sustainability.",
|
||||
},
|
||||
id: "q1", title: "What makes Ilcafeto coffee unique?", content: "Our coffee is unique due to our Italian heritage, artisanal small-batch roasting, and commitment to ethically sourced, high-quality single-origin beans. We prioritize flavor, authenticity, and sustainability."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you offer single-origin beans and blends?",
|
||||
content: "Yes, we offer a diverse selection of both single-origin beans, showcasing unique flavors from specific regions, and meticulously crafted espresso blends designed for balanced and rich profiles.",
|
||||
},
|
||||
id: "q2", title: "Do you offer single-origin beans and blends?", content: "Yes, we offer a diverse selection of both single-origin beans, showcasing unique flavors from specific regions, and meticulously crafted espresso blends designed for balanced and rich profiles."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "What are your sustainability practices?",
|
||||
content: "We are dedicated to sustainable and ethical sourcing. We partner directly with farms that practice environmentally friendly cultivation and ensure fair wages and good working conditions for their communities.",
|
||||
},
|
||||
id: "q3", title: "What are your sustainability practices?", content: "We are dedicated to sustainable and ethical sourcing. We partner directly with farms that practice environmentally friendly cultivation and ensure fair wages and good working conditions for their communities."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "How should I store my Ilcafeto coffee for freshness?",
|
||||
content: "To maintain optimal freshness, store your Ilcafeto coffee in an airtight container in a cool, dark place, away from direct sunlight and heat. Avoid refrigerating or freezing opened bags as this can introduce moisture and odors.",
|
||||
},
|
||||
id: "q4", title: "How should I store my Ilcafeto coffee for freshness?", content: "To maintain optimal freshness, store your Ilcafeto coffee in an airtight container in a cool, dark place, away from direct sunlight and heat. Avoid refrigerating or freezing opened bags as this can introduce moisture and odors."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/delicious-iced-coffee-arrangement_23-2149600730.jpg"
|
||||
imageAlt="Coffee brewing setup with various tools"
|
||||
@@ -424,26 +304,40 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
text="Ready to elevate your coffee experience? Get in touch with Ilcafeto today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#",
|
||||
},
|
||||
text: "Contact Us", href: "#"},
|
||||
{
|
||||
text: "Wholesale Inquiries",
|
||||
href: "#",
|
||||
},
|
||||
text: "Wholesale Inquiries", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="newsletter" data-section="newsletter">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
tag="Stay Connected"
|
||||
title="Join the Coffee Club"
|
||||
description="Sign up for exclusive offers, new roast announcements, and coffee tips."
|
||||
background={{
|
||||
variant: "radial-gradient"}}
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Subscribe"
|
||||
termsText="By subscribing, you agree to our Privacy Policy and to receive marketing communications."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Ilcafeto"
|
||||
copyrightText="© 2024 Ilcafeto. All rights reserved."
|
||||
socialLinks={[
|
||||
{ icon: Facebook, href: "#", ariaLabel: "Facebook" },
|
||||
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
|
||||
{ icon: X, href: "#", ariaLabel: "Twitter" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
@@ -24,5 +24,5 @@ h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: var(--font-montserrat), sans-serif;
|
||||
font-family: var(--font-playfair-display), serif;
|
||||
}
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #fbfaff;
|
||||
--card: #f7f5ff;
|
||||
--foreground: #0f0022;
|
||||
--primary-cta: #8b5cf6;
|
||||
--primary-cta-text: #fbfaff;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #0f0022;
|
||||
--accent: #d8cef5;
|
||||
--background-accent: #c4a8f9;
|
||||
--background: #FBF8F0;
|
||||
--card: #F2EFE7;
|
||||
--foreground: #2C1A0D;
|
||||
--primary-cta: #3A2311;
|
||||
--primary-cta-text: #FBF8F0;
|
||||
--secondary-cta: #8C9C88;
|
||||
--secondary-cta-text: #FBF8F0;
|
||||
--accent: #C6876E;
|
||||
--background-accent: #A0AD9A;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user