Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-10 01:48:18 +00:00
2 changed files with 3 additions and 1428 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -10,7 +10,7 @@ import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCa
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { Award, Cake, Heart, Mail, Star, Sparkles, TrendingUp } from 'lucide-react';
import { Award, Cake, Heart, Mail, Star, Sparkles, TrendingUp, Shield } from 'lucide-react';
export default function LandingPage() {
return (
@@ -139,7 +139,7 @@ export default function LandingPage() {
tagIcon={TrendingUp}
metrics={[
{
id: "1", value: "4.9★", description: "Google Reviews Rating (46+ reviews)"
id: "1", value: "4.9★ Verified", description: "Google Reviews Rating (46+ reviews)"
},
{
id: "2", value: "500+", description: "Custom Cakes Created Monthly"
@@ -232,4 +232,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}