Update src/app/page.tsx
This commit is contained in:
197
src/app/page.tsx
197
src/app/page.tsx
@@ -3,13 +3,8 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
|
||||
import HeroSplitTestimonial from "@/components/sections/hero/HeroSplitTestimonial";
|
||||
import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
|
||||
import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
|
||||
import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix";
|
||||
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
|
||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
||||
import { Award, Check, CheckCircle, Heart, Shield, Sparkles, Star, Zap } from "lucide-react";
|
||||
import { Sparkles } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -27,214 +22,90 @@ export default function LandingPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
brandName="Essence"
|
||||
brandName="GameHub"
|
||||
navItems={[
|
||||
{ name: "Collections", id: "collections" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Craftsmanship", id: "features" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
{ name: "Home", id: "hero" }
|
||||
]}
|
||||
bottomLeftText="Premium Fragrance Since 2024"
|
||||
bottomRightText="hello@essenceperfumes.com"
|
||||
bottomLeftText="Ultimate Gaming Experience"
|
||||
bottomRightText="hello@gamehub.com"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
title="Discover Your Signature Scent"
|
||||
description="Handcrafted fragrances that tell your story. Each bottle captures the essence of luxury, artistry, and timeless elegance."
|
||||
tag="Premium Collection"
|
||||
title="Level Up Your Gaming Journey"
|
||||
description="Experience next-generation gaming with cutting-edge technology and immersive gameplay. Join millions of players worldwide in the ultimate gaming adventure."
|
||||
tag="Gaming Revolution"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Explore Collections", href: "#collections" },
|
||||
{ text: "Learn More", href: "#about" }
|
||||
{ text: "Play Now", href: "#" },
|
||||
{ text: "Learn More", href: "#" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sophie Laurent", handle: "@sophielaurent", testimonial: "The most exquisite fragrance I've ever experienced. Pure luxury.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-successful-businesswoman-suit-cross-arms-chest-smile-look-confident-stan_1258-118782.jpg?_wi=1", imageAlt: "Sophie Laurent"
|
||||
name: "Alex Turner", handle: "@alexgamer", testimonial: "The best gaming platform I've ever used. Incredible graphics and performance!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg?_wi=1", imageAlt: "Alex Turner"
|
||||
},
|
||||
{
|
||||
name: "Marcus Chen", handle: "@marcuschen", testimonial: "Incredible quality and lasting power. Worth every penny.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg?_wi=1", imageAlt: "Marcus Chen"
|
||||
name: "Sarah Chen", handle: "@sarahgamer", testimonial: "Unbelievable experience! The gameplay is smooth and the community is amazing.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-successful-businesswoman-suit-cross-arms-chest-smile-look-confident-stan_1258-118782.jpg?_wi=1", imageAlt: "Sarah Chen"
|
||||
},
|
||||
{
|
||||
name: "Elena Rodriguez", handle: "@elenarod", testimonial: "A signature fragrance that makes me feel confident and elegant.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-hispanic-cheerful-female-with-curly-hair_181624-53321.jpg?_wi=1", imageAlt: "Elena Rodriguez"
|
||||
name: "Marcus Rivera", handle: "@marcusgamer", testimonial: "Finally found the perfect gaming platform. Highly recommended for all gamers!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-hispanic-cheerful-female-with-curly-hair_181624-53321.jpg?_wi=1", imageAlt: "Marcus Rivera"
|
||||
}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-blue-ribbon-man-perfume-gift-box-beautiful-gift-box-dark_140725-138939.jpg?_wi=1"
|
||||
imageAlt="Premium perfume bottle"
|
||||
imageAlt="Gaming setup"
|
||||
mediaAnimation="blur-reveal"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<InlineImageSplitTextAbout
|
||||
heading={[
|
||||
{ type: "text", content: "Crafted with Passion" },
|
||||
{ type: "text", content: "Every fragrance is a masterpiece of artistry and dedication. We blend the finest ingredients from around the world to create perfumes that evoke emotion and memory. Our commitment to quality means each bottle is a testament to luxury." }
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Discover Our Story", href: "#" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="collections" data-section="collections">
|
||||
<ProductCardTwo
|
||||
title="Signature Collections"
|
||||
description="Explore our curated fragrances, each designed to capture a distinct moment and mood."
|
||||
tag="Limited Edition"
|
||||
tagIcon={Award}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "View All", href: "#" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "midnight-garden", brand: "Essence", name: "Midnight Garden", price: "$129", rating: 5,
|
||||
reviewCount: "284", imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-with-pink-roses_140725-13877.jpg", imageAlt: "Midnight Garden Perfume"
|
||||
},
|
||||
{
|
||||
id: "amber-legacy", brand: "Essence", name: "Amber Legacy", price: "$139", rating: 5,
|
||||
reviewCount: "312", imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-with-blue-paper-flower_140725-13876.jpg", imageAlt: "Amber Legacy Perfume"
|
||||
},
|
||||
{
|
||||
id: "rose-eternity", brand: "Essence", name: "Rose Eternity", price: "$149", rating: 5,
|
||||
reviewCount: "428", imageSrc: "http://img.b2bpic.net/free-photo/flamenca-hands-with-copy-space_23-2148235161.jpg", imageAlt: "Rose Eternity Perfume"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentySix
|
||||
title="Craftsmanship Excellence"
|
||||
description="Our dedication to quality is reflected in every detail, from sourcing premium ingredients to our meticulous blending process."
|
||||
tag="Artisanal Process"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Natural Ingredients", description: "Sourced from the finest botanical gardens worldwide, ensuring purity and authenticity in every drop.", imageSrc: "http://img.b2bpic.net/free-photo/himalayan-salt-glass-jar-with-pestle_23-2147844973.jpg?_wi=1", imageAlt: "Natural ingredients", buttonIcon: Check
|
||||
},
|
||||
{
|
||||
title: "Expert Blending", description: "Our master perfumers bring decades of experience, creating harmonious fragrance compositions that endure.", imageSrc: "http://img.b2bpic.net/free-photo/himalayan-salt-glass-jar-with-pestle_23-2147844973.jpg?_wi=2", imageAlt: "Expert blending", buttonIcon: CheckCircle
|
||||
},
|
||||
{
|
||||
title: "Sustainable Luxury", description: "Eco-conscious packaging and ethical sourcing practices that honor both quality and our planet.", imageSrc: "http://img.b2bpic.net/free-photo/himalayan-salt-glass-jar-with-pestle_23-2147844973.jpg?_wi=3", imageAlt: "Sustainable practices", buttonIcon: Shield
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
title="Loved by Fragrance Enthusiasts"
|
||||
description="Thousands of customers trust Essence for their signature fragrance journey."
|
||||
tag="Customer Stories"
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sophie Laurent", handle: "@sophielaurent", testimonial: "The most exquisite fragrance I've ever experienced. Pure luxury in a bottle. I receive compliments everywhere I go.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-successful-businesswoman-suit-cross-arms-chest-smile-look-confident-stan_1258-118782.jpg?_wi=2", imageAlt: "Sophie Laurent"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Marcus Chen", handle: "@marcuschen", testimonial: "Incredible quality and longevity. This fragrance lasts all day and smells absolutely divine.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg?_wi=2", imageAlt: "Marcus Chen"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Elena Rodriguez", handle: "@elenarod", testimonial: "A signature fragrance that makes me feel confident and elegant. It's become part of my identity.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-hispanic-cheerful-female-with-curly-hair_181624-53321.jpg?_wi=2", imageAlt: "Elena Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "4", name: "James Thompson", handle: "@jamesthompson", testimonial: "Worth every penny. The packaging alone is a work of art, and the scent is unforgettable.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg", imageAlt: "James Thompson"
|
||||
}
|
||||
]}
|
||||
showRating={true}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Get in Touch"
|
||||
title="Find Your Perfect Fragrance"
|
||||
description="Join our community of fragrance lovers. Subscribe for exclusive launches, personalized recommendations, and special offers."
|
||||
tagIcon={Heart}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cups-with-sake-beverage-white-background_23-2149869748.jpg"
|
||||
imageAlt="Fragrance collection"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Subscribe"
|
||||
termsText="By subscribing, you agree to receive exclusive offers and updates from Essence. We respect your privacy."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-blue-ribbon-man-perfume-gift-box-beautiful-gift-box-dark_140725-138939.jpg?_wi=2"
|
||||
imageAlt="Essence perfume"
|
||||
imageAlt="GameHub"
|
||||
columns={[
|
||||
{
|
||||
title: "Collections", items: [
|
||||
{ label: "Signature Line", href: "#" },
|
||||
{ label: "Limited Edition", href: "#" },
|
||||
{ label: "Travel Size", href: "#" },
|
||||
{ label: "Gift Sets", href: "#" }
|
||||
title: "Games", items: [
|
||||
{ label: "Action", href: "#" },
|
||||
{ label: "Adventure", href: "#" },
|
||||
{ label: "RPG", href: "#" },
|
||||
{ label: "Sports", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Story", href: "#" },
|
||||
{ label: "Sustainability", href: "#" },
|
||||
{ label: "Careers", href: "#" }
|
||||
{ label: "About Us", href: "#" },
|
||||
{ label: "News", href: "#" },
|
||||
{ label: "Careers", href: "#" },
|
||||
{ label: "Blog", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Support", items: [
|
||||
{ label: "Contact Us", href: "#contact" },
|
||||
{ label: "Contact Us", href: "#" },
|
||||
{ label: "FAQ", href: "#" },
|
||||
{ label: "Shipping Info", href: "#" },
|
||||
{ label: "Returns", href: "#" }
|
||||
{ label: "System Requirements", href: "#" },
|
||||
{ label: "Support Center", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms & Conditions", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" }
|
||||
{ label: "Code of Conduct", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
logoText="Essence"
|
||||
copyrightText="© 2024 Essence Fragrances. All rights reserved."
|
||||
logoText="GameHub"
|
||||
copyrightText="© 2024 GameHub. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user