Update src/app/page.tsx

This commit is contained in:
2026-06-01 12:59:02 +00:00
parent 27bc6a78bd
commit 4d7866fd06

View File

@@ -82,7 +82,7 @@ export default function LandingPage() {
]}
buttons={[
{
text: "View Our Packages", href: "#packages"},
text: "View Our Packages", href: "#packages"}
]}
buttonAnimation="blur-reveal"
avatars={[
@@ -237,7 +237,7 @@ export default function LandingPage() {
"Full website solution", "Scalable for growing businesses", "E-commerce integration available"],
button: {
text: "Build Site"},
imageSrc: "http://img.b2bpic.net/free-photo/employee-holding-laptop-with-business-diagrams-company-office-management-presentation-diagrams-graphs-computer-screen-data-report-research-information-pc-close-up_482257-50104.jpg", imageAlt: "Modern laptop with rate charts"},
imageSrc: "http://img.b2bpic.net/free-photo/employee-holding-laptop-with-business-diagrams-company-office-management-presentation-diagrams-graphs-computer-screen-data-report-research-information-pc-close-up_482257-50104.jpg", imageAlt: "Modern laptop with rate charts"}
]}
title="Simple, Transparent Pricing"
description="Flexible packages designed to fit your budget and marketing needs."
@@ -255,11 +255,11 @@ export default function LandingPage() {
},
{
name: "email", type: "email", placeholder: "Your Email", required: true,
},
}
]}
textarea={{
name: "message", placeholder: "Your Message", rows: 4,
required: true,
required: true
}}
imageSrc="http://img.b2bpic.net/free-photo/phone-with-ai-chat_1268-21801.jpg"
imageAlt="Contact Elevare Studios"
@@ -279,7 +279,7 @@ export default function LandingPage() {
href: "https://www.instagram.com/elevarestudios", ariaLabel: "Instagram"},
{
icon: Facebook,
href: "https://www.facebook.com/elevarestudios", ariaLabel: "Facebook"},
href: "https://www.facebook.com/elevarestudios", ariaLabel: "Facebook"}
]}
/>
</div>