Merge version_2 into main #1

Merged
bender merged 1 commits from version_2 into main 2026-03-04 08:06:14 +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>