Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b860324678 | |||
| 190992433b | |||
| e457762391 | |||
| 5e42aace07 | |||
| df92d4d361 |
156
src/app/page.tsx
156
src/app/page.tsx
@@ -9,6 +9,7 @@ import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCa
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -29,21 +30,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Undisclosed"
|
||||
/>
|
||||
@@ -55,66 +50,49 @@ export default function LandingPage() {
|
||||
description="Redefining the standard for exclusive, high-end digital experiences through minimalist precision."
|
||||
buttons={[
|
||||
{
|
||||
text: "Discover",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Discover", href: "#features"},
|
||||
{
|
||||
text: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact", href: "#contact"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/golden-bird-paradise-leaf-background-design-resource_53876-102383.jpg?_wi=1",
|
||||
imageAlt: "Minimalist geometric abstraction",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/golden-bird-paradise-leaf-background-design-resource_53876-102383.jpg?_wi=1", imageAlt: "Minimalist geometric abstraction"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283265.jpg?_wi=1",
|
||||
imageAlt: "Dark architectural textures",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-background-with-leaves-vegetation-texture_23-2149872517.jpg?_wi=1",
|
||||
imageAlt: "Luxurious dark fabric",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-coloured-background-with-variety-transparent-raindrops_23-2148290192.jpg",
|
||||
imageAlt: "Dark artistic glass installation",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wildflowers-growing-field_181624-8982.jpg",
|
||||
imageAlt: "Mountain silhouette in dark",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burning-paper-background-still-life_23-2150093336.jpg",
|
||||
imageAlt: "Liquid metallic obsidian texture",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283265.jpg?_wi=1", imageAlt: "Dark architectural textures"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardTwo
|
||||
title="Exclusive Collection"
|
||||
description="Curated clothing pieces designed for those who value absolute performance and style."
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Undisclosed", name: "Signature Minimalist Shell", price: "$350", rating: 5,
|
||||
reviewCount: "12", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C5P6INTlRwJjbrZwonMB4Kx0bt/uploaded-1775672438827-fxkhgqvi.jpg"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Undisclosed", name: "Performance Obsidian Hoodie", price: "$280", rating: 5,
|
||||
reviewCount: "8", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C5P6INTlRwJjbrZwonMB4Kx0bt/uploaded-1775672438827-kea1vak1.jpg"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardSix
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Absolute Privacy",
|
||||
description: "Security protocols designed to keep your digital footprint entirely secure.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/golden-bird-paradise-leaf-background-design-resource_53876-102383.jpg?_wi=2",
|
||||
imageAlt: "Privacy concept",
|
||||
},
|
||||
title: "Absolute Privacy", description: "Security protocols designed to keep your digital footprint entirely secure.", imageSrc: "http://img.b2bpic.net/free-photo/golden-bird-paradise-leaf-background-design-resource_53876-102383.jpg?_wi=2", imageAlt: "Privacy concept"},
|
||||
{
|
||||
title: "Performance First",
|
||||
description: "Engineered for speed, stability, and seamless interaction at every level.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283265.jpg?_wi=2",
|
||||
imageAlt: "Performance concept",
|
||||
},
|
||||
{
|
||||
title: "Bespoke Curation",
|
||||
description: "Custom environments tailored specifically to the unique needs of your brand.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-background-with-leaves-vegetation-texture_23-2149872517.jpg?_wi=2",
|
||||
imageAlt: "Curation concept",
|
||||
},
|
||||
title: "Performance First", description: "Engineered for speed, stability, and seamless interaction at every level.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283265.jpg?_wi=2", imageAlt: "Performance concept"},
|
||||
]}
|
||||
title="Unmatched Precision"
|
||||
description="Every detail of our digital ecosystem is crafted for those who value exclusivity and absolute performance."
|
||||
@@ -128,17 +106,9 @@ export default function LandingPage() {
|
||||
description="We are a collective of digital architects focused on creating silent, powerful, and exclusive environments for visionary brands."
|
||||
metrics={[
|
||||
{
|
||||
value: "100+",
|
||||
title: "Successful Launches",
|
||||
},
|
||||
value: "100+", title: "Successful Launches"},
|
||||
{
|
||||
value: "99.9%",
|
||||
title: "Uptime Reliability",
|
||||
},
|
||||
{
|
||||
value: "50+",
|
||||
title: "Exclusive Clients",
|
||||
},
|
||||
value: "99.9%", title: "Uptime Reliability"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/natural-material-stationery-assortment_23-2148898220.jpg"
|
||||
imageAlt="Our studio environment"
|
||||
@@ -152,30 +122,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-clipboard-talking-phone_23-2148415764.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Miller", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-clipboard-talking-phone_23-2148415764.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "David Thorne",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-chair_23-2149833737.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena Vance",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-business-woman_158595-4749.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Marcus Kane",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-mobile-phone-coffee-break_1163-5510.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sofia Reyes",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-businessman-dark-background_613910-15034.jpg",
|
||||
},
|
||||
id: "2", name: "David Thorne", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-chair_23-2149833737.jpg"},
|
||||
]}
|
||||
cardTitle="Client Perspectives"
|
||||
cardTag="Reputation"
|
||||
@@ -187,8 +136,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Inquiry"
|
||||
title="Get Connected"
|
||||
description="Exclusive access is granted upon request. Initiate a conversation to learn more."
|
||||
@@ -199,29 +147,9 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Brand",
|
||||
items: [
|
||||
title: "Brand", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "LinkedIn",
|
||||
href: "#",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -232,4 +160,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user