diff --git a/src/app/page.tsx b/src/app/page.tsx
index c247500..209636d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
@@ -55,62 +47,39 @@ export default function LandingPage() {
@@ -120,14 +89,9 @@ export default function LandingPage() {
useInvertedBackground={true}
heading={[
{
- type: "text",
- content: "The Digital Casa Agency",
- },
+ type: "text", content: "The Digital Casa Agency"},
{
- type: "image",
- src: "http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797672.jpg",
- alt: "About Digital Casa",
- },
+ type: "image", src: "http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797672.jpg", alt: "About Digital Casa"},
]}
/>
@@ -139,26 +103,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "f1",
- title: "SEO Strategy",
- description: "Rank higher and dominate search results.",
- tag: "Strategy",
- imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-up-blue-letters-forming-word-marketing_53876-146859.jpg",
- },
+ id: "f1", title: "SEO Strategy", description: "Rank higher and dominate search results.", tag: "Strategy", imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-up-blue-letters-forming-word-marketing_53876-146859.jpg"},
{
- id: "f2",
- title: "Social Growth",
- description: "Engaging content that drives active community participation.",
- tag: "Social",
- imageSrc: "http://img.b2bpic.net/free-photo/heart-like-love-social-media-icon-transparent-psd-file_460848-6803.jpg",
- },
+ id: "f2", title: "Social Growth", description: "Engaging content that drives active community participation.", tag: "Social", imageSrc: "http://img.b2bpic.net/free-photo/heart-like-love-social-media-icon-transparent-psd-file_460848-6803.jpg"},
{
- id: "f3",
- title: "Performance Content",
- description: "Creative assets built for conversion and clarity.",
- tag: "Content",
- imageSrc: "http://img.b2bpic.net/free-photo/analysis-text-frame_53876-120801.jpg",
- },
+ id: "f3", title: "Performance Content", description: "Creative assets built for conversion and clarity.", tag: "Content", imageSrc: "http://img.b2bpic.net/free-photo/analysis-text-frame_53876-120801.jpg"},
]}
title="Our Specialized Marketing Services"
description="Driving engagement, traffic, and conversion through research-backed digital solutions."
@@ -173,47 +122,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "p1",
- name: "Basic Audit",
- price: "$999",
- variant: "Essential",
- imageSrc: "http://img.b2bpic.net/free-photo/travel-agent-offering-trip-planning-clients_23-2149079489.jpg",
- },
+ id: "p1", name: "Basic Audit", price: "$999", variant: "Essential", imageSrc: "http://img.b2bpic.net/free-photo/travel-agent-offering-trip-planning-clients_23-2149079489.jpg"},
{
- id: "p2",
- name: "SEO Boost",
- price: "$1,499",
- variant: "Optimization",
- imageSrc: "http://img.b2bpic.net/free-photo/stats-concept-with-arrow-laptop_23-2148950392.jpg",
- },
+ id: "p2", name: "SEO Boost", price: "$1,499", variant: "Optimization", imageSrc: "http://img.b2bpic.net/free-photo/stats-concept-with-arrow-laptop_23-2148950392.jpg"},
{
- id: "p3",
- name: "Social Campaign",
- price: "$2,999",
- variant: "Management",
- imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-smartphone-social-media-concept_23-2150208252.jpg",
- },
+ id: "p3", name: "Social Campaign", price: "$2,999", variant: "Management", imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-smartphone-social-media-concept_23-2150208252.jpg"},
{
- id: "p4",
- name: "Email Suite",
- price: "$1,299",
- variant: "Retention",
- imageSrc: "http://img.b2bpic.net/free-photo/customer-evaluation-feedback-smiley-emoticons_53876-125543.jpg",
- },
+ id: "p4", name: "Email Suite", price: "$1,299", variant: "Retention", imageSrc: "http://img.b2bpic.net/free-photo/customer-evaluation-feedback-smiley-emoticons_53876-125543.jpg"},
{
- id: "p5",
- name: "PPC Management",
- price: "$3,499",
- variant: "Advertising",
- imageSrc: "http://img.b2bpic.net/free-photo/smartphone-with-displays_1134-344.jpg",
- },
+ id: "p5", name: "PPC Management", price: "$3,499", variant: "Advertising", imageSrc: "http://img.b2bpic.net/free-photo/smartphone-with-displays_1134-344.jpg"},
{
- id: "p6",
- name: "Brand Design",
- price: "$4,999",
- variant: "Identity",
- imageSrc: "http://img.b2bpic.net/free-photo/white-card-with-european-flag-purple-background-close-up_23-2148265624.jpg",
- },
+ id: "p6", name: "Brand Design", price: "$4,999", variant: "Identity", imageSrc: "http://img.b2bpic.net/free-photo/white-card-with-european-flag-purple-background-close-up_23-2148265624.jpg"},
]}
title="Marketing Packages"
description="Tailored service offerings for brands of all sizes."
@@ -227,20 +146,11 @@ export default function LandingPage() {
tag="Results"
metrics={[
{
- id: "m1",
- value: "200%",
- description: "Average traffic growth",
- },
+ id: "m1", value: "200%", description: "Average traffic growth"},
{
- id: "m2",
- value: "15x",
- description: "Higher engagement rates",
- },
+ id: "m2", value: "15x", description: "Higher engagement rates"},
{
- id: "m3",
- value: "500+",
- description: "Successful projects",
- },
+ id: "m3", value: "500+", description: "Successful projects"},
]}
metricsAnimation="slide-up"
/>
@@ -254,45 +164,20 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "t1",
- name: "Alex Smith",
- role: "CMO",
- company: "Innovate",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-with-arms-folded-isolated-white_231208-13007.jpg",
- },
+ id: "t1", name: "Alex Smith", role: "CMO", company: "Innovate", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-with-arms-folded-isolated-white_231208-13007.jpg"},
{
- id: "t2",
- name: "Sarah Miller",
- role: "CEO",
- company: "Vantage",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/project-leder-with-disabilities-looking-front-sitting-immobilized-wheelchair-business-office-room_482257-2404.jpg",
- },
+ id: "t2", name: "Sarah Miller", role: "CEO", company: "Vantage", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/project-leder-with-disabilities-looking-front-sitting-immobilized-wheelchair-business-office-room_482257-2404.jpg"},
{
- id: "t3",
- name: "James Bond",
- role: "Founder",
- company: "TechSolutions",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-as-real-estate-agent_23-2151064809.jpg",
- },
+ id: "t3", name: "James Bond", role: "Founder", company: "TechSolutions", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-as-real-estate-agent_23-2151064809.jpg"},
{
- id: "t4",
- name: "Maria Lopez",
- role: "Director",
- company: "RetailCorp",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/cheerful-employee-with-crossed-arms_1098-3148.jpg",
- },
+ id: "t4", name: "Maria Lopez", role: "Director", company: "RetailCorp", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/cheerful-employee-with-crossed-arms_1098-3148.jpg"},
{
- id: "t5",
- name: "Kenji Sato",
- role: "Manager",
- company: "GlobalReach",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-blue-jacket-with-paint-brush-stroke_23-2149020772.jpg",
- },
+ id: "t5", name: "Kenji Sato", role: "Manager", company: "GlobalReach", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-blue-jacket-with-paint-brush-stroke_23-2149020772.jpg"},
]}
title="Client Success Stories"
description="Building enduring partnerships across various industries."
@@ -305,20 +190,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "q1",
- title: "How do we start?",
- content: "Schedule a discovery call via our form.",
- },
+ id: "q1", title: "How do we start?", content: "Schedule a discovery call via our form."},
{
- id: "q2",
- title: "What is the timeline?",
- content: "Projects typically range 4-12 weeks.",
- },
+ id: "q2", title: "What is the timeline?", content: "Projects typically range 4-12 weeks."},
{
- id: "q3",
- title: "Do you offer reporting?",
- content: "Yes, monthly reports provided.",
- },
+ id: "q3", title: "Do you offer reporting?", content: "Yes, monthly reports provided."},
]}
title="Frequently Asked Questions"
description="Common inquiries about our marketing process."
@@ -333,22 +209,14 @@ export default function LandingPage() {
description="Ready to scale your digital presence? Get in touch today."
inputs={[
{
- name: "name",
- type: "text",
- placeholder: "Your Name",
- required: true,
+ name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
- name: "email",
- type: "email",
- placeholder: "Email Address",
- required: true,
+ name: "email", type: "email", placeholder: "Email Address", required: true,
},
]}
textarea={{
- name: "message",
- placeholder: "Tell us about your project",
- rows: 4,
+ name: "message", placeholder: "Tell us about your project", rows: 4,
}}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-skyscraper-with-architecture-building-around-city_74190-1080.jpg"
/>
@@ -363,4 +231,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file