Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
169
src/app/page.tsx
169
src/app/page.tsx
@@ -29,24 +29,13 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Windows Legacy"
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -54,34 +43,14 @@ export default function LandingPage() {
|
||||
<HeroOverlay
|
||||
title="The Evolution of Desktop Excellence"
|
||||
description="Experience the classic Windows 7 design language reimagined for the modern era. Clean, professional, and iconic."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Get Started", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pile-plates-assortment-with-copy-space_23-2148633574.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-happy-woman-posing_23-2148493110.jpg",
|
||||
alt: "User 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/colleagues-holding-tablet-computers-sitting-stairs_1262-20052.jpg",
|
||||
alt: "User 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/american-african-black-beautiful-business_1303-1344.jpg",
|
||||
alt: "User 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/coffee-break_1098-14791.jpg",
|
||||
alt: "User 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg",
|
||||
alt: "User 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/front-view-happy-woman-posing_23-2148493110.jpg", alt: "User 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/colleagues-holding-tablet-computers-sitting-stairs_1262-20052.jpg", alt: "User 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/american-african-black-beautiful-business_1303-1344.jpg", alt: "User 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/coffee-break_1098-14791.jpg", alt: "User 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg", alt: "User 5" },
|
||||
]}
|
||||
avatarText="Join 10M+ satisfied users"
|
||||
/>
|
||||
@@ -92,9 +61,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="A Modern Classic"
|
||||
description={[
|
||||
"Our platform brings back the beloved Windows 7 aesthetic, blending nostalgia with cutting-edge web technology.",
|
||||
"Enjoy high performance, intuitive navigation, and the iconic 'Aero' look you know and love.",
|
||||
]}
|
||||
"Our platform brings back the beloved Windows 7 aesthetic, blending nostalgia with cutting-edge web technology.", "Enjoy high performance, intuitive navigation, and the iconic 'Aero' look you know and love."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -104,26 +71,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
tag: "Speed",
|
||||
title: "Rapid Performance",
|
||||
subtitle: "High Efficiency",
|
||||
description: "Optimized to run seamlessly on modern hardware, just like the classic.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/folder-icon-with-lock-secret-security-document-directory-encryption-technology-icon-symbol-background-3d-illustration_56104-2071.jpg",
|
||||
},
|
||||
tag: "Speed", title: "Rapid Performance", subtitle: "High Efficiency", description: "Optimized to run seamlessly on modern hardware, just like the classic.", imageSrc: "http://img.b2bpic.net/free-photo/folder-icon-with-lock-secret-security-document-directory-encryption-technology-icon-symbol-background-3d-illustration_56104-2071.jpg"},
|
||||
{
|
||||
tag: "Custom",
|
||||
title: "Deep Personalization",
|
||||
subtitle: "Your Desktop",
|
||||
description: "Customize your workflow with flexible, user-friendly settings.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-operating-gear_1156-569.jpg",
|
||||
},
|
||||
tag: "Custom", title: "Deep Personalization", subtitle: "Your Desktop", description: "Customize your workflow with flexible, user-friendly settings.", imageSrc: "http://img.b2bpic.net/free-photo/worker-operating-gear_1156-569.jpg"},
|
||||
{
|
||||
tag: "Secure",
|
||||
title: "Reliable Protection",
|
||||
subtitle: "Modern Safety",
|
||||
description: "Built with modern security protocols while keeping the classic look.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-working-with-modern-touch-screen_1112-497.jpg",
|
||||
},
|
||||
tag: "Secure", title: "Reliable Protection", subtitle: "Modern Safety", description: "Built with modern security protocols while keeping the classic look.", imageSrc: "http://img.b2bpic.net/free-photo/doctor-working-with-modern-touch-screen_1112-497.jpg"},
|
||||
]}
|
||||
title="Key Features"
|
||||
description="Powerful capabilities wrapped in a familiar, intuitive design."
|
||||
@@ -137,31 +89,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "10M+",
|
||||
title: "Downloads",
|
||||
items: [
|
||||
"Desktop users",
|
||||
"System builders",
|
||||
],
|
||||
id: "1", value: "10M+", title: "Downloads", items: ["Desktop users", "System builders"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "99.9%",
|
||||
title: "Uptime",
|
||||
items: [
|
||||
"Global coverage",
|
||||
"Reliable access",
|
||||
],
|
||||
id: "2", value: "99.9%", title: "Uptime", items: ["Global coverage", "Reliable access"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "24/7",
|
||||
title: "Support",
|
||||
items: [
|
||||
"Dedicated team",
|
||||
"Community help",
|
||||
],
|
||||
id: "3", value: "24/7", title: "Support", items: ["Dedicated team", "Community help"],
|
||||
},
|
||||
]}
|
||||
title="Impact by the Numbers"
|
||||
@@ -173,31 +107,11 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-woman-posing_23-2148493110.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mike D.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-holding-tablet-computers-sitting-stairs_1262-20052.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Alex R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/american-african-black-beautiful-business_1303-1344.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Elena V.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-break_1098-14791.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "John K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-woman-posing_23-2148493110.jpg" },
|
||||
{ id: "2", name: "Mike D.", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-holding-tablet-computers-sitting-stairs_1262-20052.jpg" },
|
||||
{ id: "3", name: "Alex R.", imageSrc: "http://img.b2bpic.net/free-photo/american-african-black-beautiful-business_1303-1344.jpg" },
|
||||
{ id: "4", name: "Elena V.", imageSrc: "http://img.b2bpic.net/free-photo/coffee-break_1098-14791.jpg" },
|
||||
{ id: "5", name: "John K.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg" },
|
||||
]}
|
||||
cardTitle="User Feedback"
|
||||
cardTag="Reviews"
|
||||
@@ -208,16 +122,9 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "canvas-reveal",
|
||||
}}
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
text="Ready to bring the classic aesthetic to your project?"
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Contact Us", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -226,29 +133,15 @@ export default function LandingPage() {
|
||||
logoText="Windows Legacy"
|
||||
columns={[
|
||||
{
|
||||
title: "Products",
|
||||
items: [
|
||||
{
|
||||
label: "Windows OS",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Office Suite",
|
||||
href: "#",
|
||||
},
|
||||
title: "Products", items: [
|
||||
{ label: "Windows OS", href: "#" },
|
||||
{ label: "Office Suite", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Support",
|
||||
href: "#",
|
||||
},
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#" },
|
||||
{ label: "Support", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user