Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e1d4c7b56f |
@@ -12,6 +12,7 @@ import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import { Award, Camera, DollarSign, Facebook, Heart, HelpCircle, Instagram, Linkedin, Mail, Package, Sparkles, Star, TrendingUp, Twitter, Zap } from "lucide-react";
|
||||
import ProductCardFive from '@/components/sections/product/ProductCardFive';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -272,6 +273,10 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="product" data-section="product">
|
||||
<ProductCardFive title="Apple iPhone" image="https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80" price="$999" features={['6.1-inch Super Retina XDR display', 'A15 Bionic chip', '12MP Ultra Wide and Wide cameras']} />
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Apple iPhone"
|
||||
|
||||
Reference in New Issue
Block a user