Update src/app/page.tsx

This commit is contained in:
2025-12-26 13:23:05 +00:00
parent cb3939f65c
commit b50cf789d6

View File

@@ -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"
/>
</div>
<div id="hero" data-section="hero">
<HeroLogoBillboardSplit
logoText="4"
<HeroBillboardSplit
title="Premium Craft Beer Experience"
description="Discover award-winning craft beers brewed with passion and precision. Experience the perfect blend of tradition and innovation in every sip."
tag="Welcome"
buttons={[
{ text: "Explore Our Beers", href: "#products" },
{ text: "Learn Our Story", href: "#about" }
{ text: "Explore Our Beers", href: "products" },
{ text: "Learn Our Story", href: "about" }
]}
layoutOrder="default"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766737135258-nan0236n.jpg"
imageAlt="Golden craft beer in glass"
frameStyle="card"
@@ -58,14 +58,13 @@ export default function LandingPage() {
<div id="about" data-section="about">
<MediaSplitAbout
title="Our Brewing Heritage"
description="Since 2015, 4 has been committed to creating exceptional beers that celebrate quality ingredients and time-honored brewing techniques. Our team of passionate brewers combines traditional methods with modern innovation to deliver unforgettable flavors that bring people together."
description="Since 2015, Brewery has been committed to creating exceptional beers that celebrate quality ingredients and time-honored brewing techniques. Our team of passionate brewers combines traditional methods with modern innovation to deliver unforgettable flavors that bring people together."
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766754473712-5n2zhhfp.jpg"
imageAlt="Brewery interior with wooden barrels"
buttons={[
{ text: "Visit Us", href: "#contact" },
{ text: "View Gallery", href: "#products" }
{ text: "Visit Us", href: "contact" },
{ text: "View Gallery", href: "products" }
]}
imagePosition="right"
useInvertedBackground="noInvert"
/>
</div>
@@ -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() {
<div id="footer" data-section="footer">
<FooterSplit
logoText="4"
logoText="Brewery"
columns={[
{
title: "Products",
items: [
{ label: "Our Beers", href: "#products" },
{ label: "Brewing Process", href: "#features" }
{ label: "Our Beers", href: "products" },
{ label: "Brewing Process", href: "features" }
]
},
{
title: "Company",
items: [
{ label: "About Us", href: "#about" },
{ label: "Contact", href: "#contact" }
{ label: "About Us", href: "about" },
{ label: "Contact", href: "contact" }
]
},
{