diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 43ce013..05101b0 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1423,4 +1423,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 270588a..33e6868 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import TeamCardFive from '@/components/sections/team/TeamCardFive'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { Award, Crown, Mail, Rocket, TrendingUp, Users, Zap } from 'lucide-react'; +import { Award, Crown, Mail, Rocket, TrendingUp, Users, Zap, CheckCircle } from 'lucide-react'; export default function LandingPage() { return ( @@ -60,7 +60,14 @@ export default function LandingPage() { { text: "Download Franchise Guide", href: "#" } ]} buttonAnimation="slide-up" + buttonContainerClassName="flex flex-col items-center gap-4 mt-8 mb-4" /> +
+
+ + ✓ Proven model with 28 active franchises +
+
@@ -269,4 +276,4 @@ export default function LandingPage() {
); -} +} \ No newline at end of file