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