Merge version_5 into main
Merge version_5 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
||||
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import FeatureBento from '@/components/sections/feature/FeatureBento';
|
||||
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
||||
@@ -43,20 +43,19 @@ export default function iPhoneSalesPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{ variant: "plain" }}
|
||||
<HeroBillboardScroll
|
||||
title="Experience Innovation in Your Hands"
|
||||
description="Discover the latest iPhone with breakthrough camera technology, lightning-fast performance, and all-day battery life. Designed for those who demand excellence."
|
||||
background={{ variant: "animated-grid" }}
|
||||
tag="Latest Technology"
|
||||
tagIcon={Smartphone}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/smartphone-minimal-display-marble_23-2149554980.jpg"
|
||||
imageAlt="Latest iPhone showcasing premium design"
|
||||
imagePosition="right"
|
||||
fixedMediaHeight={true}
|
||||
buttons={[
|
||||
{ text: "Shop Now", href: "#products" },
|
||||
{ text: "Learn More", href: "#features" }
|
||||
{ text: "Learn More", href: "#features" },
|
||||
{ text: "Watch Demo", href: "#demo" }
|
||||
]}
|
||||
imageSrc="https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80"
|
||||
imageAlt="Latest iPhone showcasing premium design"
|
||||
/>
|
||||
</div>
|
||||
<div id="products" data-section="products">
|
||||
|
||||
Reference in New Issue
Block a user