Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f27f828388 | |||
| 27cb362313 | |||
| fd92b273bf | |||
| 1d168a0bdd | |||
| 4b07589318 | |||
| 2987ce00fb | |||
| 619c89c465 | |||
| 94eade2191 |
@@ -71,4 +71,4 @@ export default function BlogPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1410,4 +1410,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -268,4 +268,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user