diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4a33ed2..4bcded4 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
-import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
+import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
@@ -26,7 +26,7 @@ export default function LandingPage() {
>
-
@@ -60,7 +60,7 @@ export default function LandingPage() {
tagIcon={Coffee}
title="Brewing Excellence Since Day One"
description="Founded in 2015 by coffee enthusiasts who believed great coffee brings people together"
- subdescription="3 Coffee Roasters"
+ subdescription="2 Coffee Roasters"
icon={Sparkles}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766749014990-ucar89w4.jpg"
imageAlt="Premium coffee beans selection"
@@ -73,7 +73,7 @@ export default function LandingPage() {
products={[
{
id: "1",
- brand: "3",
+ brand: "2",
name: "Single Origin Ethiopia",
price: "$18.00",
rating: 5,
@@ -83,7 +83,7 @@ export default function LandingPage() {
},
{
id: "2",
- brand: "3",
+ brand: "2",
name: "House Blend Espresso",
price: "$16.00",
rating: 5,
@@ -93,7 +93,7 @@ export default function LandingPage() {
},
{
id: "3",
- brand: "3",
+ brand: "2",
name: "Seasonal Cold Brew",
price: "$15.00",
rating: 4,
@@ -144,7 +144,7 @@ export default function LandingPage() {