Merge version_2 into main #2
1425
src/app/layout.tsx
1425
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user