|
|
|
|
@@ -5,7 +5,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
|
|
|
|
|
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
|
|
|
|
import MediaAbout from '@/components/sections/about/MediaAbout';
|
|
|
|
|
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
|
|
|
|
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
|
|
|
|
|
|
|
|
|
|
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
|
|
|
|
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
|
|
|
|
|
|
|
|
|
@@ -91,29 +91,7 @@ export default function LandingPage() {
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="feature" data-section="feature">
|
|
|
|
|
<FeatureCardTwentyOne
|
|
|
|
|
title="Why Choose Alla?"
|
|
|
|
|
description="We're dedicated to bringing you an unparalleled coffee experience, from our ethically sourced beans to our warm, welcoming staff."
|
|
|
|
|
tag="Our Difference"
|
|
|
|
|
accordionItems={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", title: "Premium, Ethically Sourced Beans", content:
|
|
|
|
|
"We partner with sustainable farms to bring you the highest quality Arabica beans, ensuring a rich flavor and responsible practices."},
|
|
|
|
|
{
|
|
|
|
|
id: "2", title: "Expert Baristas & Craftsmanship", content:
|
|
|
|
|
"Our baristas are passionate artisans, trained to perfect every pour, foam, and flavor to create your ideal coffee."},
|
|
|
|
|
{
|
|
|
|
|
id: "3", title: "Cozy Atmosphere & Community", content:
|
|
|
|
|
"Alla is more than a place to grab coffee; it's a comfortable space designed for connection, creativity, and calm moments."}
|
|
|
|
|
]}
|
|
|
|
|
videoSrc="http://img.b2bpic.net/free-photo/woman-grinding-coffee-coffee-machine_1303-31284.jpg"
|
|
|
|
|
videoAriaLabel="Roasted coffee beans"
|
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
|
mediaPosition="right"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="testimonial" data-section="testimonial">
|
|
|
|
|
<TestimonialCardSix
|
|
|
|
|
testimonials={[
|
|
|
|
|
@@ -196,4 +174,4 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|