diff --git a/src/app/globals.css b/src/app/globals.css index 051eeef..f8fc229 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #0a0a0a; - --card: #1a1a1a; - --foreground: #fffffae6; - --primary-cta: #facc15; - --secondary-cta: #1a1a1a; - --accent: #737373; - --background-accent: #737373; + --background: #00070e; + --card: #152840; + --foreground: #e6f0ff; + --primary-cta: #3891f6; + --secondary-cta: #0e1a29; + --accent: #3f5c79; + --background-accent: #016ad3; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c31c9f8..9d39eb1 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,22 +11,22 @@ const interTight = Inter_Tight({ }); export const metadata: Metadata = { - title: "4 - Premium Craft Beer Brewery", + title: "Brewery - Premium Craft Beer Brewery", description: "Discover award-winning craft beers brewed with passion. Explore our collection of premium brews and visit our brewery.", keywords: "craft beer, brewery, IPA, stout, porter, beer tasting", openGraph: { - title: "4 - Premium Craft Beer Brewery", + title: "Brewery - Premium Craft Beer Brewery", description: "Discover award-winning craft beers brewed with passion and precision.", - siteName: "4", + siteName: "Brewery", type: "website", images: [{ url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766737135258-nan0236n.jpg", - alt: "4 premium beer" + alt: "Brewery premium beer" }] }, twitter: { card: "summary_large_image", - title: "4 - Craft Beer Brewery", + title: "Brewery - Craft Beer Brewery", description: "Award-winning craft beers made with passion", images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766737135258-nan0236n.jpg"] } 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() {