Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b872309eee | |||
| b9fba4751f | |||
| 9b1cfe3722 | |||
| 42cb8d1594 | |||
| 6c09f13a5b |
@@ -10,6 +10,8 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial
|
|||||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||||
import { Camera, Zap, Sparkles, Monitor, Shield, Star, Heart } from "lucide-react";
|
import { Camera, Zap, Sparkles, Monitor, Shield, Star, Heart } from "lucide-react";
|
||||||
|
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
||||||
|
import CardStack from '@/components/cardStack/CardStack';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -25,6 +27,10 @@ export default function LandingPage() {
|
|||||||
secondaryButtonStyle="solid"
|
secondaryButtonStyle="solid"
|
||||||
headingFontWeight="light"
|
headingFontWeight="light"
|
||||||
>
|
>
|
||||||
|
<div id="hero" data-section="hero">
|
||||||
|
<HeroBillboardScroll title="Explore the Latest iPhone Models" description="Discover the latest features and designs in our iPhone collection. From photography to performance, we've got you covered." background={{ variant: "downward-rays-animated" }} tag="New Arrivals" tagIcon="Calendar" buttons={[{ label: "Shop Now", href: "/iphones", className: "bg-black text-white hover:bg-gray-800" }]} imageSrc="https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80" ariaLabel="iPhone Collection Hero Section" />
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
brandName="iPhone Store"
|
brandName="iPhone Store"
|
||||||
@@ -38,21 +44,6 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
|
||||||
<HeroLogoBillboard
|
|
||||||
logoText="iPhone"
|
|
||||||
description="Experience cutting-edge technology, stunning design, and seamless performance. Discover the latest iPhone models with revolutionary features that transform how you connect and create."
|
|
||||||
buttons={[
|
|
||||||
{ text: "Shop Now", href: "#products" },
|
|
||||||
{ text: "Learn More", href: "#features" }
|
|
||||||
]}
|
|
||||||
background={{ variant: "sparkles-gradient" }}
|
|
||||||
imageSrc="https://img.b2bpic.net/free-psd/new-smartphone-a18-bionic-social-media-banner-design-template_47987-33085.jpg"
|
|
||||||
imageAlt="Latest iPhone models showcase"
|
|
||||||
frameStyle="card"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="products" data-section="products">
|
<div id="products" data-section="products">
|
||||||
<ProductCardThree
|
<ProductCardThree
|
||||||
title="Shop Our Latest Collection"
|
title="Shop Our Latest Collection"
|
||||||
@@ -213,6 +204,26 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="layout" data-section="layout">
|
||||||
|
<CardStack mode="buttons" gridVariant="uniform-all-items-equal" title="Featured Accessories" description="Discover our latest iPhone accessories and gadgets." buttons={[{ text: "Explore", href: "#" }]} className="mb-8">
|
||||||
|
<div className="card">
|
||||||
|
<img src="https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80" alt="Wireless Charger" />
|
||||||
|
<h3>Wireless Charging Pad</h3>
|
||||||
|
<p>Fast charging for your iPhone</p>
|
||||||
|
</div>
|
||||||
|
<div className="card">
|
||||||
|
<img src="https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80" alt="iPhone Case" />
|
||||||
|
<h3>Impact-Resistant Case</h3>
|
||||||
|
<p>Protect your iPhone with style</p>
|
||||||
|
</div>
|
||||||
|
<div className="card">
|
||||||
|
<img src="https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80" alt="Headphones" />
|
||||||
|
<h3>True Wireless Earbuds</h3>
|
||||||
|
<p>Enjoy your music on the go</p>
|
||||||
|
</div>
|
||||||
|
</CardStack>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseReveal
|
<FooterBaseReveal
|
||||||
columns={[
|
columns={[
|
||||||
|
|||||||
Reference in New Issue
Block a user