diff --git a/src/app/page.tsx b/src/app/page.tsx
index 9ea78de..7e93851 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,8 +9,7 @@ import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
-import ProductCardThree from '@/components/sections/product/ProductCardThree';
-import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
+import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
export default function LandingPage() {
return (
@@ -31,85 +30,72 @@ export default function LandingPage() {
+
+
+
+
@@ -121,25 +107,13 @@ export default function LandingPage() {
features={[
{
id: 1,
- title: "Fully Custom Tailored",
- description: "Every design is built from the ground up for your specific business goals, brand identity, and local target market.",
- imageSrc: "http://img.b2bpic.net/free-photo/date-night-ideas-valantine-romance-heart-love-passion-concept_53876-133732.jpg?_wi=1",
- imageAlt: "Custom design laptop view",
- },
+ title: "Fully Custom Tailored", description: "Every design is built from the ground up for your specific business goals, brand identity, and local target market.", imageSrc: "http://img.b2bpic.net/free-photo/date-night-ideas-valantine-romance-heart-love-passion-concept_53876-133732.jpg?_wi=1", imageAlt: "Custom design laptop view"},
{
id: 2,
- title: "Mobile Optimized",
- description: "Fully responsive layouts that look and function perfectly on every device, from iPhones to large desktop monitors.",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-social-media-still-life_23-2149019157.jpg?_wi=1",
- imageAlt: "Mobile device responsiveness",
- },
+ title: "Mobile Optimized", description: "Fully responsive layouts that look and function perfectly on every device, from iPhones to large desktop monitors.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-social-media-still-life_23-2149019157.jpg?_wi=1", imageAlt: "Mobile device responsiveness"},
{
id: 3,
- title: "Local SEO Ready",
- description: "Built-in basic local SEO optimization strategies to help you appear in local Pocatello searches and get found by customers.",
- imageSrc: "http://img.b2bpic.net/free-vector/search-engine-optimization_24908-55721.jpg?_wi=1",
- imageAlt: "SEO analytics growth",
- },
+ title: "Local SEO Ready", description: "Built-in basic local SEO optimization strategies to help you appear in local Pocatello searches and get found by customers.", imageSrc: "http://img.b2bpic.net/free-vector/search-engine-optimization_24908-55721.jpg?_wi=1", imageAlt: "SEO analytics growth"},
]}
title="The Flagship 1 Day Website Service"
description="My all-in-one package designed to get your business visible, credible, and ready for customers in a single day."
@@ -153,150 +127,41 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
- id: "1",
- value: "Step 1",
- title: "Consultation",
- description: "Quick gameplan session to understand your goals and business needs.",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-social-media-still-life_23-2149019157.jpg?_wi=2",
- },
+ id: "1", value: "Step 1", title: "Consultation", description: "Quick gameplan session to understand your goals and business needs.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-social-media-still-life_23-2149019157.jpg?_wi=2"},
{
- id: "2",
- value: "Step 2",
- title: "Design & Build",
- description: "Rapid custom design and technical build phases.",
- imageSrc: "http://img.b2bpic.net/free-photo/date-night-ideas-valantine-romance-heart-love-passion-concept_53876-133732.jpg?_wi=2",
- },
+ id: "2", value: "Step 2", title: "Design & Build", description: "Rapid custom design and technical build phases.", imageSrc: "http://img.b2bpic.net/free-photo/date-night-ideas-valantine-romance-heart-love-passion-concept_53876-133732.jpg?_wi=2"},
{
- id: "3",
- value: "Step 3",
- title: "Targeting Strategy",
- description: "Fine-tuning business strategy and audience targeting.",
- imageSrc: "http://img.b2bpic.net/free-vector/search-engine-optimization_24908-55721.jpg?_wi=2",
- },
+ id: "3", value: "Step 3", title: "Targeting Strategy", description: "Fine-tuning business strategy and audience targeting.", imageSrc: "http://img.b2bpic.net/free-vector/search-engine-optimization_24908-55721.jpg?_wi=2"},
{
- id: "4",
- value: "Step 4",
- title: "Review & Support",
- description: "Presentation of your new site and final adjustments.",
- imageSrc: "http://img.b2bpic.net/free-photo/date-night-ideas-valantine-romance-heart-love-passion-concept_53876-133732.jpg?_wi=3",
- },
+ id: "4", value: "Step 4", title: "Review & Support", description: "Presentation of your new site and final adjustments.", imageSrc: "http://img.b2bpic.net/free-photo/date-night-ideas-valantine-romance-heart-love-passion-concept_53876-133732.jpg?_wi=3"},
{
- id: "5",
- value: "Step 5",
- title: "Fast Delivery",
- description: "Your site goes live, fully optimized for your Pocatello customers.",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-social-media-still-life_23-2149019157.jpg?_wi=3",
- },
+ id: "5", value: "Step 5", title: "Fast Delivery", description: "Your site goes live, fully optimized for your Pocatello customers.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-social-media-still-life_23-2149019157.jpg?_wi=3"},
]}
title="Our Proven 5-Step Process"
description="Transparent, fast, and results-driven. Here is how we get your business live in 24 hours."
/>
-
-
-
-
-
-
-
@@ -323,25 +185,17 @@ export default function LandingPage() {