1 Commits

Author SHA1 Message Date
49da263158 Update src/app/page.tsx 2026-03-04 08:06:10 +00:00

View File

@@ -36,7 +36,7 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" }
]}
button={{
text: "Order Now", href: "https://instagram.com/everlasting_.lily"
text: "Order on Instagram", href: "https://instagram.com/everlasting_.lily"
}}
/>
</div>
@@ -129,7 +129,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
buttons={[
{ text: "Order Now", href: "https://instagram.com/everlasting_.lily" }
{ text: "Order on Instagram", href: "https://instagram.com/everlasting_.lily" }
]}
/>
</div>