Merge version_2 into main #5
1436
src/app/layout.tsx
1436
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
||||
"use client";
|
||||
|
||||
import Link from "next/link";
|
||||
import { Heart, ShoppingBag, Star, MessageCircle } from "lucide-react";
|
||||
import { Heart, ShoppingBag, Star, MessageCircle, Shield } from "lucide-react";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel";
|
||||
@@ -94,9 +94,9 @@ export default function HomePage() {
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardFour
|
||||
title="Our Products"
|
||||
description="Browse our complete selection of premium pet care products. Quality items for your furry and feathered friends."
|
||||
tag="Shop Now"
|
||||
tagIcon={ShoppingBag}
|
||||
description="Browse our complete selection of premium pet care products. Quality items for your furry and feathered friends. Trusted by 10,000+ Pet Owners Worldwide."
|
||||
tag="Shop Now - 100% Money-Back Guarantee"
|
||||
tagIcon={Shield}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -272,4 +272,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user