Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6d36aa6f00 | |||
| 7fd62660d3 | |||
| d172e69103 | |||
| dec994ed2b | |||
| 40e8f2a26e | |||
| cc18b4bfdf |
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";
|
"use client";
|
||||||
|
|
||||||
import Link from "next/link";
|
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 { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||||
import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel";
|
import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel";
|
||||||
@@ -94,9 +94,9 @@ export default function HomePage() {
|
|||||||
<div id="products" data-section="products">
|
<div id="products" data-section="products">
|
||||||
<ProductCardFour
|
<ProductCardFour
|
||||||
title="Our Products"
|
title="Our Products"
|
||||||
description="Browse our complete selection of premium pet care products. Quality items for your furry and feathered friends."
|
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"
|
tag="Shop Now - 100% Money-Back Guarantee"
|
||||||
tagIcon={ShoppingBag}
|
tagIcon={Shield}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -272,4 +272,4 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user