Merge version_1 into main #1
253
src/app/page.tsx
253
src/app/page.tsx
@@ -13,180 +13,101 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="elastic-effect"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="soft"
|
||||
contentWidth="compact"
|
||||
sizing="large"
|
||||
background="aurora"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
headingFontWeight="light"
|
||||
defaultButtonVariant="elastic-effect"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="soft"
|
||||
contentWidth="compact"
|
||||
sizing="large"
|
||||
background="aurora"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
headingFontWeight="light"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Collection",
|
||||
id: "collection",
|
||||
},
|
||||
{
|
||||
name: "Heritage",
|
||||
id: "about",
|
||||
},
|
||||
]}
|
||||
brandName="Save Europa"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "Collection", id: "collection" },
|
||||
{ name: "Heritage", id: "about" },
|
||||
]}
|
||||
brandName="Save Europa"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
logoText="SAVE EUROPA"
|
||||
description="An homage to the untamed spirit of the continent. Premium craftsmanship, forged for the modern sovereign."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Collection",
|
||||
href: "#collection",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/selective-focus-shot-pigeon-raven-grass-covered-field_181624-25588.jpg"
|
||||
imageAlt="Majestic eagle cinematic portrait"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{ variant: "radial-gradient" }}
|
||||
logoText="SAVE EUROPA"
|
||||
description="An homage to the untamed spirit of the continent. Premium craftsmanship, forged for the modern sovereign."
|
||||
buttons={[{ text: "Explore Collection", href: "#collection" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/selective-focus-shot-pigeon-raven-grass-covered-field_181624-25588.jpg"
|
||||
imageAlt="Majestic eagle cinematic portrait"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Rooted in ",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=difnyd",
|
||||
alt: "Heritage Crest",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
content: " History",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{ type: "text", content: "Rooted in " },
|
||||
{ type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=difnyd", alt: "Heritage Crest" },
|
||||
{ type: "text", content: " History" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="collection" data-section="collection">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "The Sovereign Hoodie",
|
||||
price: "€340",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-white-hoodie-blue-jeans-posing-white-background_89887-1105.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "The Heritage Collection",
|
||||
price: "€290",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-adult-wearing-hoodie-mockup_23-2149296345.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Limited Edition Core",
|
||||
price: "€390",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-expressive-woman-posing-studio_23-2149429024.jpg",
|
||||
},
|
||||
]}
|
||||
title="The Sovereign Series"
|
||||
description="Exclusivity defined by texture, weight, and history."
|
||||
/>
|
||||
</div>
|
||||
<div id="collection" data-section="collection">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "1", name: "The Sovereign Hoodie", price: "€340", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-white-hoodie-blue-jeans-posing-white-background_89887-1105.jpg" },
|
||||
{ id: "2", name: "The Heritage Collection", price: "€290", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-adult-wearing-hoodie-mockup_23-2149296345.jpg" },
|
||||
{ id: "3", name: "Limited Edition Core", price: "€390", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-expressive-woman-posing-studio_23-2149429024.jpg" },
|
||||
]}
|
||||
title="The Sovereign Series"
|
||||
description="Exclusivity defined by texture, weight, and history."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="legal" data-section="legal">
|
||||
<LegalSection
|
||||
layout="section"
|
||||
title="Quality Standards"
|
||||
subtitle="Our commitment to excellence."
|
||||
sections={[
|
||||
{
|
||||
heading: "Craftsmanship",
|
||||
content: {
|
||||
type: "paragraph",
|
||||
text: "Every garment produced by Save Europa is inspected against rigorous standards to ensure the longevity of our materials and the precision of our embroidery.",
|
||||
},
|
||||
},
|
||||
{
|
||||
heading: "Sourcing",
|
||||
content: {
|
||||
type: "list",
|
||||
items: [
|
||||
"Ethically sourced textiles",
|
||||
"European production standards",
|
||||
"Sustainable packaging",
|
||||
],
|
||||
},
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="legal" data-section="legal">
|
||||
<LegalSection
|
||||
layout="section"
|
||||
title="Quality Standards"
|
||||
subtitle="Our commitment to excellence."
|
||||
sections={[
|
||||
{
|
||||
heading: "Craftsmanship", content: "Every garment produced by Save Europa is inspected against rigorous standards to ensure the longevity of our materials and the precision of our embroidery."},
|
||||
{
|
||||
heading: "Sourcing", items: [
|
||||
"Ethically sourced textiles", "European production standards", "Sustainable packaging"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
text="For private commissions or wholesale inquiries, please reach out directly to our atelier."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "mailto:atelier@saveeuropa.com",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
text="For private commissions or wholesale inquiries, please reach out directly to our atelier."
|
||||
buttons={[{ text: "Contact Us", href: "mailto:atelier@saveeuropa.com" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Shop",
|
||||
href: "#collection",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="SAVE EUROPA"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{ items: [{ label: "About", href: "#about" }, { label: "Shop", href: "#collection" }] },
|
||||
{ items: [{ label: "Terms", href: "#" }, { label: "Privacy", href: "#" }] },
|
||||
]}
|
||||
logoText="SAVE EUROPA"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user