diff --git a/src/app/page.tsx b/src/app/page.tsx index c03b9eb..08abc5c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit'; +import HeroBillboardSplit from '@/components/sections/hero/HeroBillboardSplit'; import MediaSplitAbout from '@/components/sections/about/MediaSplitAbout'; import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; @@ -34,21 +34,21 @@ export default function LandingPage() { { name: "Beers", id: "products" }, { name: "Contact", id: "contact" } ]} - brandName="4" + brandName="Brewery" bottomLeftText="Crafted with passion" bottomRightText="hello@brewcraft.com" />
-
@@ -162,7 +161,7 @@ export default function LandingPage() { id: "1", name: "Marcus Johnson", role: "Beer Enthusiast", - testimonial: "4 beers are exceptional. The flavor complexity and attention to detail is unmatched. I've recommended them to all my friends.", + testimonial: "Brewery beers are exceptional. The flavor complexity and attention to detail is unmatched. I've recommended them to all my friends.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766140064413-lmtijaij.jpg", imageAlt: "Marcus Johnson" }, @@ -170,7 +169,7 @@ export default function LandingPage() { id: "2", name: "Sarah Chen", role: "Restaurant Owner", - testimonial: "Our customers love having 4 on tap. The consistency and quality make them perfect for our establishment. Highly recommended!", + testimonial: "Our customers love having Brewery on tap. The consistency and quality make them perfect for our establishment. Highly recommended!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766140101670-ttp7xdlv.jpg", imageAlt: "Sarah Chen" }, @@ -178,7 +177,7 @@ export default function LandingPage() { id: "3", name: "James Mitchell", role: "Craft Beer Collector", - testimonial: "As someone who appreciates fine craft beers, 4 stands out. Their brewing process and ingredient selection are top-notch.", + testimonial: "As someone who appreciates fine craft beers, Brewery stands out. Their brewing process and ingredient selection are top-notch.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766140152452-p4x3ah4p.jpg", imageAlt: "James Mitchell" }, @@ -186,13 +185,13 @@ export default function LandingPage() { id: "4", name: "Emily Roberts", role: "Food Critic", - testimonial: "Tasting 4's portfolio was a revelation. These are beers that deserve recognition at the highest level of craft brewing.", + testimonial: "Tasting Brewery's portfolio was a revelation. These are beers that deserve recognition at the highest level of craft brewing.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766754478801-sutnq4vu.jpg", imageAlt: "Emily Roberts" } ]} title="What Beer Lovers Say" - description="Join our community of satisfied customers who appreciate the 4 difference." + description="Join our community of satisfied customers who appreciate the Brewery difference." tag="Reviews" textboxLayout="default" animationType="slide-up" @@ -214,20 +213,20 @@ export default function LandingPage() {