Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -45,7 +45,7 @@ export default function BlogPage() {
|
||||
</div>
|
||||
) : (
|
||||
<BlogCardOne
|
||||
posts={posts}
|
||||
items={posts}
|
||||
/>
|
||||
)}
|
||||
</div>
|
||||
@@ -92,4 +92,4 @@ export default function BlogPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,9 +10,11 @@ const nunito = Nunito({
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "BrewCraft | Premium Specialty Coffee Roasted Fresh", description: "Discover artisan-crafted specialty coffee roasted in-house. Experience single-origin espresso, smooth cappuccino, and cold brew concentrate. Visit BrewCraft today.", keywords: "specialty coffee, artisan roasted, espresso, cappuccino, cold brew, premium coffee", openGraph: {
|
||||
title: "BrewCraft | Premium Specialty Coffee", description: "Discover artisan-crafted specialty coffee roasted in-house.", url: "https://brewcraft.com", siteName: "BrewCraft", type: "website"},
|
||||
title: "BrewCraft | Premium Specialty Coffee", description: "Discover artisan-crafted specialty coffee roasted in-house.", url: "https://brewcraft.com", siteName: "BrewCraft", type: "website"
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "BrewCraft | Premium Specialty Coffee", description: "Discover artisan-crafted specialty coffee roasted in-house."},
|
||||
card: "summary_large_image", title: "BrewCraft | Premium Specialty Coffee", description: "Discover artisan-crafted specialty coffee roasted in-house."
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
@@ -1396,4 +1398,4 @@ export default function RootLayout({
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -155,9 +155,9 @@ export default function Home() {
|
||||
}
|
||||
]}
|
||||
kpiItems={[
|
||||
{ id: "rating", value: "4.9/5" },
|
||||
{ id: "repeat", value: "87%" },
|
||||
{ id: "satisfaction", value: "98%" }
|
||||
{ value: "4.9/5", description: "Average Rating" },
|
||||
{ value: "87%", description: "Repeat Customers" },
|
||||
{ value: "98%", description: "Satisfaction Rate" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -243,4 +243,4 @@ export default function Home() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -58,7 +58,7 @@ export default function ProductDetailPage({ params }: PageProps) {
|
||||
</div>
|
||||
) : product ? (
|
||||
<ProductDetailCard
|
||||
product={product}
|
||||
item={product}
|
||||
onBackClick={handleBackClick}
|
||||
/>
|
||||
) : (
|
||||
@@ -111,4 +111,4 @@ export default function ProductDetailPage({ params }: PageProps) {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -48,6 +48,7 @@ export default function ShopPage() {
|
||||
) : (
|
||||
<ProductCatalog
|
||||
products={products}
|
||||
layout="grid"
|
||||
/>
|
||||
)}
|
||||
</div>
|
||||
@@ -95,4 +96,4 @@ export default function ShopPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user