Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-03 05:02:02 +00:00

View File

@@ -33,7 +33,7 @@ export default function LandingPage() {
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" }
]}
button={{ text: "Start Your Project", href: "contact" }}
button={{ text: "Get a Free Website Quote", href: "contact" }}
brandName="DR Digital Studios"
/>
</div>
@@ -46,7 +46,7 @@ export default function LandingPage() {
tagIcon={Sparkles}
tagAnimation="slide-up"
buttons={[
{ text: "Start Your Project", href: "contact" },
{ text: "Get a Free Website Quote", href: "contact" },
{ text: "View Portfolio", href: "portfolio" }
]}
buttonAnimation="slide-up"