Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-06 22:02:51 +00:00
2 changed files with 10 additions and 3 deletions

View File

@@ -1423,4 +1423,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -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"
/>
<div className="flex justify-center mt-0 mb-8">
<div className="flex items-center gap-2 text-foreground/80 text-sm">
<CheckCircle size={18} className="text-primary" />
<span> Proven model with 28 active franchises</span>
</div>
</div>
</div>
<div id="about" data-section="about">
@@ -269,4 +276,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}