Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 53d3209874 |
@@ -11,6 +11,7 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar
|
|||||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||||
import { Sparkles, TrendingUp, Star, Crown, Users, Award, Zap, Mail } from "lucide-react";
|
import { Sparkles, TrendingUp, Star, Crown, Users, Award, Zap, Mail } from "lucide-react";
|
||||||
|
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -210,6 +211,25 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="hero" data-section="hero">
|
||||||
|
<HeroSplit
|
||||||
|
title="Discover Our Bestsellers"
|
||||||
|
description="Explore the top-selling iPhone models that everyone is talking about."
|
||||||
|
background={{ variant: "downward-rays-animated" }}
|
||||||
|
buttons={[
|
||||||
|
{
|
||||||
|
label: "Shop Now",
|
||||||
|
href: "/products",
|
||||||
|
variant: "primary",
|
||||||
|
},
|
||||||
|
]}
|
||||||
|
imageSrc="https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80"
|
||||||
|
imageAlt="iPhone Bestsellers"
|
||||||
|
imagePosition="right"
|
||||||
|
className="py-16"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
|
|||||||
Reference in New Issue
Block a user