7 Commits

Author SHA1 Message Date
453a5e4e37 Update src/app/page.tsx 2026-03-07 20:33:45 +00:00
6b7c978104 Merge version_2 into main
Merge version_2 into main
2026-03-07 20:30:12 +00:00
be56605b41 Update src/app/page.tsx 2026-03-07 20:30:08 +00:00
6a3b648426 Update src/app/layout.tsx 2026-03-07 20:30:07 +00:00
3fe9cc7f3e Merge version_1 into main
Merge version_1 into main
2026-03-07 20:28:48 +00:00
baecf3fb4e Merge version_1 into main
Merge version_1 into main
2026-03-07 20:28:03 +00:00
1f32a33901 Merge version_1 into main
Merge version_1 into main
2026-03-07 20:27:01 +00:00
2 changed files with 17 additions and 1411 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -10,7 +10,7 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterCard from '@/components/sections/footer/FooterCard';
import { ArrowRight, CheckCircle, Facebook, Heart, Instagram, Mail, ShoppingCart, Sparkles, Twitter, Zap } from 'lucide-react';
import { ArrowRight, CheckCircle, Facebook, Heart, Instagram, Mail, ShoppingCart, Sparkles, Twitter, Zap, Flame } from 'lucide-react';
export default function LandingPage() {
return (
@@ -61,8 +61,11 @@ export default function LandingPage() {
<ProductCardTwo
title="Featured Products"
description="Browse our latest collection of customized Indian merchandise. Each piece is crafted with attention to quality and cultural authenticity."
tag="Best Sellers"
tagIcon={Sparkles}
tag="Limited Edition"
tagIcon={Flame}
buttons={[
{ text: "Add to Cart", href: "#" }
]}
textboxLayout="default"
useInvertedBackground={false}
gridVariant="three-columns-all-equal-width"