diff --git a/src/app/page.tsx b/src/app/page.tsx
index 540d4aa..ad47579 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -10,7 +10,7 @@ import FooterCard from '@/components/sections/footer/FooterCard';
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
-import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
+
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import { BarChart, Droplet, Facebook, Flame, Instagram, Mail, Scale, Shield, Sparkles, Twitter, Zap } from "lucide-react";
@@ -33,31 +33,16 @@ export default function LandingPage() {
@@ -65,45 +50,28 @@ export default function LandingPage() {
@@ -115,24 +83,16 @@ export default function LandingPage() {
metrics={[
{
icon: Scale,
- label: "Measured Portions",
- value: "Precision",
- },
+ label: "Measured Portions", value: "Precision"},
{
icon: BarChart,
- label: "Macro Balance",
- value: "Optimal",
- },
+ label: "Macro Balance", value: "Optimal"},
{
icon: Flame,
- label: "Performance Focus",
- value: "Fuel",
- },
+ label: "Performance Focus", value: "Fuel"},
{
icon: Droplet,
- label: "Sustainable Discipline",
- value: "Lifestyle",
- },
+ label: "Sustainable Discipline", value: "Lifestyle"},
]}
metricsAnimation="slide-up"
/>
@@ -145,77 +105,18 @@ export default function LandingPage() {
useInvertedBackground={true}
negativeCard={{
items: [
- "Confusing diet trends",
- "Time-consuming meal prep",
- "Compromised taste",
- "Temporary diets",
- ],
+ "Confusing diet trends", "Time-consuming meal prep", "Compromised taste", "Temporary diets"],
}}
positiveCard={{
items: [
- "Expert-curated meals",
- "Ready-to-eat convenience",
- "Gourmet taste profiles",
- "Sustainable healthy habits",
- ],
+ "Expert-curated meals", "Ready-to-eat convenience", "Gourmet taste profiles", "Sustainable healthy habits"],
}}
title="Why Santa Fit Healthy®? The Difference is Clear."
description="We cut through the noise of conflicting diet trends to deliver simple, effective, and delicious nutrition. Experience the difference of truly balanced meals designed for your goals."
/>
-
+
@@ -445,23 +244,17 @@ export default function LandingPage() {
socialLinks={[
{
icon: Facebook,
- href: "https://facebook.com/santafithealthy",
- ariaLabel: "Facebook",
- },
+ href: "https://facebook.com/santafithealthy", ariaLabel: "Facebook"},
{
icon: Instagram,
- href: "https://instagram.com/santafithealthy",
- ariaLabel: "Instagram",
- },
+ href: "https://instagram.com/santafithealthy", ariaLabel: "Instagram"},
{
icon: Twitter,
- href: "https://twitter.com/santafithealthy",
- ariaLabel: "Twitter",
- },
+ href: "https://twitter.com/santafithealthy", ariaLabel: "Twitter"},
]}
/>
);
-}
+}
\ No newline at end of file