7 Commits

Author SHA1 Message Date
5f5f42cecb Update src/app/page.tsx 2026-06-03 10:28:48 +00:00
9ae82ba90c Merge version_13 into main
Merge version_13 into main
2026-06-03 10:26:32 +00:00
386a8d158e Update src/app/page.tsx 2026-06-03 10:26:29 +00:00
ab556dcf52 Merge version_11 into main
Merge version_11 into main
2026-06-03 10:13:35 +00:00
fe3145a440 Merge version_11 into main
Merge version_11 into main
2026-06-03 10:12:50 +00:00
1102bad026 Merge version_11 into main
Merge version_11 into main
2026-06-03 10:12:28 +00:00
d108bd096d Merge version_11 into main
Merge version_11 into main
2026-06-03 10:11:38 +00:00

View File

@@ -37,7 +37,7 @@ export default function LandingPage() {
{ {
name: "Services", id: "#features"}, name: "Services", id: "#features"},
{ {
name: "Portfolio", id: "#products"}, name: "Portfolio", id: "#products"},
{ {
name: "Testimonials", id: "#testimonials"}, name: "Testimonials", id: "#testimonials"},
{ {
@@ -221,9 +221,9 @@ export default function LandingPage() {
]} ]}
buttons={[ buttons={[
{ {
text: "Facebook", href: "https://www.facebook.com/MPYPaintJobs"}, text: "Facebook", href: "https://www.facebook.com/mpycustompaintjobs"},
{ {
text: "Instagram", href: "https://www.instagram.com/MPYPaintJobs"}, text: "Instagram", href: "https://www.instagram.com/mpypaintjobs_/"},
{ {
text: "YouTube", href: "https://www.youtube.com/MPYPaintJobs"}, text: "YouTube", href: "https://www.youtube.com/MPYPaintJobs"},
{ {
@@ -313,4 +313,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }