diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index cc8d887..d64d546 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -7,7 +7,7 @@ import FooterSimple from '@/components/sections/footer/FooterSimple';
import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
-export default function LandingPage() {
+export default function AboutPage() {
return (
@@ -48,15 +47,11 @@ export default function LandingPage() {
@@ -65,18 +60,15 @@ export default function LandingPage() {
columns={[
{
title: "Tess's Kitchen", items: [
- {
- label: "Home", href: "/"},
- {
- label: "About", href: "/about"},
+ { label: "Home", href: "/" },
+ { label: "About", href: "/about" },
+ { label: "Products", href: "/products" },
],
},
{
title: "Follow Us", items: [
- {
- label: "Facebook", href: "#"},
- {
- label: "Instagram", href: "#"},
+ { label: "Facebook", href: "#" },
+ { label: "Instagram", href: "#" },
],
},
]}
@@ -87,4 +79,4 @@ export default function LandingPage() {
);
-}
\ No newline at end of file
+}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index bd147da..d7d7a44 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -26,10 +26,9 @@ export default function LandingPage() {
@@ -37,64 +36,41 @@ export default function LandingPage() {
@@ -106,24 +82,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
- {
- id: "1", brand: "Te", name: "pan de ube ", price: "", rating: 5,
- reviewCount: "120", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdPJRqIgg8ngXJ9CfoPA8RvgIz/uploaded-1775586158443-y6cb1q81.jpg"},
- {
- id: "2", brand: "Te", name: "Pandesal (6pcs)", price: "", rating: 5,
- reviewCount: "250", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdPJRqIgg8ngXJ9CfoPA8RvgIz/uploaded-1775586183006-jrrzihd2.jpg"},
- {
- id: "3", brand: "Te", name: "binikal ", price: "", rating: 5,
- reviewCount: "180", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdPJRqIgg8ngXJ9CfoPA8RvgIz/uploaded-1775586221711-ylae7pax.jpg"},
- {
- id: "4", brand: "Te", name: "spanish bread ", price: "", rating: 5,
- reviewCount: "95", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdPJRqIgg8ngXJ9CfoPA8RvgIz/uploaded-1775586235577-pshybbnc.jpg"},
- {
- id: "5", brand: "Te", name: "pan de coco ", price: "", rating: 5,
- reviewCount: "70", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdPJRqIgg8ngXJ9CfoPA8RvgIz/uploaded-1775587040882-mwwctuhy.jpg"},
- {
- id: "6", brand: "Te", name: "", price: "", rating: 5,
- reviewCount: "110", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdPJRqIgg8ngXJ9CfoPA8RvgIz/uploaded-1775587072572-mo8869xa.jpg"},
+ { id: "1", brand: "Te", name: "pan de ube ", price: "", rating: 5, reviewCount: "120", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdPJRqIgg8ngXJ9CfoPA8RvgIz/uploaded-1775586158443-y6cb1q81.jpg" },
+ { id: "2", brand: "Te", name: "Pandesal (6pcs)", price: "", rating: 5, reviewCount: "250", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdPJRqIgg8ngXJ9CfoPA8RvgIz/uploaded-1775586183006-jrrzihd2.jpg" },
+ { id: "3", brand: "Te", name: "binikal ", price: "", rating: 5, reviewCount: "180", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdPJRqIgg8ngXJ9CfoPA8RvgIz/uploaded-1775586221711-ylae7pax.jpg" },
+ { id: "4", brand: "Te", name: "spanish bread ", price: "", rating: 5, reviewCount: "95", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdPJRqIgg8ngXJ9CfoPA8RvgIz/uploaded-1775586235577-pshybbnc.jpg" },
+ { id: "5", brand: "Te", name: "pan de coco ", price: "", rating: 5, reviewCount: "70", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdPJRqIgg8ngXJ9CfoPA8RvgIz/uploaded-1775587040882-mwwctuhy.jpg" },
+ { id: "6", brand: "Te", name: "", price: "", rating: 5, reviewCount: "110", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdPJRqIgg8ngXJ9CfoPA8RvgIz/uploaded-1775587072572-mo8869xa.jpg" },
]}
title="Featured Favorites"
description="Try our signature baked goods!"
@@ -138,16 +102,11 @@ export default function LandingPage() {
title="By The Numbers"
description="Proudly serving our community with excellence."
metrics={[
- {
- id: "1", value: "100+ ", title: "Happy Customers", description: "Served with warmth", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdPJRqIgg8ngXJ9CfoPA8RvgIz/uploaded-1775587190510-8hsazq0a.jpg"},
- {
- id: "2", value: "15+", title: "Years Baking", description: "Traditional mastery", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdPJRqIgg8ngXJ9CfoPA8RvgIz/uploaded-1775587200831-fpodaplo.jpg"},
- {
- id: "3", value: "5+ ", title: "Recipes", description: "Filipino classics", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdPJRqIgg8ngXJ9CfoPA8RvgIz/uploaded-1775586205047-b5561x7b.jpg"},
- {
- id: "4", value: "1 ", title: "Bakery Locations", description: "Expanding our reach", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdPJRqIgg8ngXJ9CfoPA8RvgIz/uploaded-1775587209494-2kdy0mrq.jpg"},
- {
- id: "1 ", value: "100%", title: "Satisfaction", description: "Guaranteed quality", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdPJRqIgg8ngXJ9CfoPA8RvgIz/uploaded-1775587227779-lyteqbjm.jpg"},
+ { id: "1", value: "100+ ", title: "Happy Customers", description: "Served with warmth", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdPJRqIgg8ngXJ9CfoPA8RvgIz/uploaded-1775587190510-8hsazq0a.jpg" },
+ { id: "2", value: "15+", title: "Years Baking", description: "Traditional mastery", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdPJRqIgg8ngXJ9CfoPA8RvgIz/uploaded-1775587200831-fpodaplo.jpg" },
+ { id: "3", value: "5+ ", title: "Recipes", description: "Filipino classics", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdPJRqIgg8ngXJ9CfoPA8RvgIz/uploaded-1775586205047-b5561x7b.jpg" },
+ { id: "4", value: "1 ", title: "Bakery Locations", description: "Expanding our reach", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdPJRqIgg8ngXJ9CfoPA8RvgIz/uploaded-1775587209494-2kdy0mrq.jpg" },
+ { id: "1 ", value: "100%", title: "Satisfaction", description: "Guaranteed quality", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdPJRqIgg8ngXJ9CfoPA8RvgIz/uploaded-1775587227779-lyteqbjm.jpg" },
]}
/>
@@ -157,18 +116,15 @@ export default function LandingPage() {
columns={[
{
title: "Tess's Kitchen", items: [
- {
- label: "Home", href: "/"},
- {
- label: "About", href: "/about"},
+ { label: "Home", href: "/" },
+ { label: "About", href: "/about" },
+ { label: "Products", href: "/products" },
],
},
{
title: "Follow Us", items: [
- {
- label: "Facebook", href: "#"},
- {
- label: "Instagram", href: "#"},
+ { label: "Facebook", href: "#" },
+ { label: "Instagram", href: "#" },
],
},
]}
@@ -179,4 +135,4 @@ export default function LandingPage() {
);
-}
\ No newline at end of file
+}
diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx
new file mode 100644
index 0000000..8d1c70a
--- /dev/null
+++ b/src/app/products/page.tsx
@@ -0,0 +1,78 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ReactLenis from "lenis/react";
+import FooterSimple from '@/components/sections/footer/FooterSimple';
+import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
+import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
+
+export default function ProductsPage() {
+ return (
+