3 Commits

Author SHA1 Message Date
4a78ff7fda Update src/app/page.tsx 2026-02-26 11:49:55 +00:00
9800ecfabb Update src/app/layout.tsx 2026-02-26 11:49:54 +00:00
3f1ebbea5a Merge version_7 into main
Merge version_7 into main
2026-02-26 11:47:51 +00:00
2 changed files with 4 additions and 26 deletions

View File

@@ -1410,4 +1410,4 @@ export default function RootLayout({
</ServiceWrapper> </ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -5,7 +5,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
import MediaAbout from '@/components/sections/about/MediaAbout'; import MediaAbout from '@/components/sections/about/MediaAbout';
import ProductCardOne from '@/components/sections/product/ProductCardOne'; import ProductCardOne from '@/components/sections/product/ProductCardOne';
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
@@ -91,29 +91,7 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
/> />
</div> </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"> <div id="testimonial" data-section="testimonial">
<TestimonialCardSix <TestimonialCardSix
testimonials={[ testimonials={[
@@ -196,4 +174,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }