Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-04 16:00:54 +00:00
2 changed files with 6 additions and 5 deletions

View File

@@ -5,7 +5,8 @@ import "./globals.css";
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Redeemed Coffee", description: "Vintage Coffee, Weekly Surprises, Always Local"};
title: "Redeemed Coffee", description: "Vintage Coffee, Weekly Surprises, Always Local"
};
export default function RootLayout({
children,
@@ -1384,4 +1385,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
@@ -39,7 +39,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardCarousel
title="Vintage Coffee, Weekly Surprises, Always Local"
title="Vintage Feel, Pure Ingredients, Sourced Locally Always"
description="Follow Redeemed Coffee's vintage camper as it rotates through three counties each week, bringing quality espresso and community wherever we park"
tag="Mobile Coffee Experience"
tagIcon={Coffee}
@@ -195,4 +195,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}