Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1eb4fa762b | |||
| b262c3b6ec | |||
| e189ef56bc |
@@ -5,7 +5,8 @@ import "./globals.css";
|
|||||||
const inter = Inter({ subsets: ["latin"] });
|
const inter = Inter({ subsets: ["latin"] });
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
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({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
@@ -1384,4 +1385,4 @@ export default function RootLayout({
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
@@ -39,7 +39,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardCarousel
|
<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"
|
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"
|
tag="Mobile Coffee Experience"
|
||||||
tagIcon={Coffee}
|
tagIcon={Coffee}
|
||||||
@@ -195,4 +195,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user