Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7804b24456 | |||
| 346caa6143 | |||
| 5055cd07f8 | |||
| b443d81acb |
@@ -5,7 +5,8 @@ import "./globals.css";
|
|||||||
const inter = Inter({ subsets: ["latin"] });
|
const inter = Inter({ subsets: ["latin"] });
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Mi Vida - Creative Digital Solutions", description: "Portfolio of elegant, scalable digital solutions for complex problems"};
|
title: "Mi Vida - Creative Digital Solutions", description: "Portfolio of elegant, scalable digital solutions for complex problems"
|
||||||
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
|
|||||||
@@ -127,7 +127,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardFive
|
<TestimonialCardFive
|
||||||
title="What Clients Say"
|
title="Trusted by Industry Leaders"
|
||||||
description="Trusted by amazing people and brands worldwide"
|
description="Trusted by amazing people and brands worldwide"
|
||||||
tag="Testimonials"
|
tag="Testimonials"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
|
|||||||
Reference in New Issue
Block a user