8 Commits

Author SHA1 Message Date
f27f828388 Update src/app/shop/page.tsx 2026-02-28 07:05:23 +00:00
27cb362313 Update src/app/shop/[id]/page.tsx 2026-02-28 07:05:22 +00:00
fd92b273bf Update src/app/page.tsx 2026-02-28 07:05:22 +00:00
1d168a0bdd Update src/app/layout.tsx 2026-02-28 07:05:21 +00:00
4b07589318 Update src/app/blog/page.tsx 2026-02-28 07:05:19 +00:00
2987ce00fb Merge version_1 into main
Merge version_1 into main
2026-02-28 06:44:27 +00:00
619c89c465 Merge version_1 into main
Merge version_1 into main
2026-02-28 06:43:42 +00:00
94eade2191 Merge version_1 into main
Merge version_1 into main
2026-02-28 06:41:16 +00:00
5 changed files with 10 additions and 15 deletions

View File

@@ -71,4 +71,4 @@ export default function BlogPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -1410,4 +1410,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -268,4 +268,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -97,8 +97,7 @@ function ProductPageContent({ params }: ProductPageProps) {
{ name: "Our Team", id: "team" },
{ name: "Results", id: "testimonials" },
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" },
{ name: "Shop", id: "/shop" }
{ name: "Contact", id: "contact" }
]}
brandName="Élite Aesthetics"
bottomLeftText="Medical Grade Excellence"
@@ -144,8 +143,7 @@ function ProductPageContent({ params }: ProductPageProps) {
{ name: "Our Team", id: "team" },
{ name: "Results", id: "testimonials" },
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" },
{ name: "Shop", id: "/shop" }
{ name: "Contact", id: "contact" }
]}
brandName="Élite Aesthetics"
bottomLeftText="Medical Grade Excellence"
@@ -198,8 +196,7 @@ function ProductPageContent({ params }: ProductPageProps) {
{ name: "Our Team", id: "team" },
{ name: "Results", id: "testimonials" },
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" },
{ name: "Shop", id: "/shop" }
{ name: "Contact", id: "contact" }
]}
brandName="Élite Aesthetics"
bottomLeftText="Medical Grade Excellence"
@@ -253,4 +250,4 @@ function ProductPageContent({ params }: ProductPageProps) {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -40,8 +40,7 @@ function ShopPageContent() {
{ name: "Our Team", id: "team" },
{ name: "Results", id: "testimonials" },
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" },
{ name: "Shop", id: "/shop" }
{ name: "Contact", id: "contact" }
]}
brandName="Élite Aesthetics"
bottomLeftText="Medical Grade Excellence"
@@ -85,8 +84,7 @@ function ShopPageContent() {
{ name: "Our Team", id: "team" },
{ name: "Results", id: "testimonials" },
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" },
{ name: "Shop", id: "/shop" }
{ name: "Contact", id: "contact" }
]}
brandName="Élite Aesthetics"
bottomLeftText="Medical Grade Excellence"
@@ -122,4 +120,4 @@ export default function ShopPage() {
<ShopPageContent />
</Suspense>
);
}
}