Merge version_1 into main #3
@@ -25,7 +25,7 @@ export default function AboutPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="compact"
|
||||
sizing="mediumLarge"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -36,7 +36,8 @@ export default function AboutPage() {
|
||||
brandName="Samsung"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Get Started", href: "#contact"}}
|
||||
text: "Get Started", href: "#contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -48,9 +49,11 @@ export default function AboutPage() {
|
||||
description="Samsung is a global leader in technology, committed to pushing the boundaries of innovation across all sectors. From semiconductors to consumer electronics, we develop transformative products that enhance people's lives worldwide. Our journey spans over eight decades of pioneering research, development, and commitment to excellence in technology solutions."
|
||||
metrics={[
|
||||
{
|
||||
value: "80+", title: "Years of Innovation"},
|
||||
value: "80+", title: "Years of Innovation"
|
||||
},
|
||||
{
|
||||
value: "74", title: "Countries Worldwide"},
|
||||
value: "74", title: "Countries Worldwide"
|
||||
},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai20XQkOsAu6t3gmLYN1X7WZRu/samsung-innovation-hub-environment-with--1773156703713-db0ac322.png"
|
||||
imageAlt="Samsung innovation research facility"
|
||||
@@ -68,10 +71,12 @@ export default function AboutPage() {
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "30%", description:
|
||||
"Market share leadership in premium smartphone and tablet segment, recognized globally."},
|
||||
"Market share leadership in premium smartphone and tablet segment, recognized globally."
|
||||
},
|
||||
{
|
||||
id: "2", value: "10M+", description:
|
||||
"Satisfied customers worldwide enjoying Samsung innovation in their daily lives."},
|
||||
"Satisfied customers worldwide enjoying Samsung innovation in their daily lives."
|
||||
},
|
||||
]}
|
||||
tagAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -83,8 +88,10 @@ export default function AboutPage() {
|
||||
<SocialProofOne
|
||||
title="Trusted by Industry Leaders"
|
||||
description="Strategic partnerships with the world's most innovative and influential technology companies."
|
||||
names={["Microsoft", "Google", "Intel", "NVIDIA", "Qualcomm", "Sony", "IBM"]}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/creative-gradient-laptop-logo-template_23-2149008604.jpg", "http://img.b2bpic.net/free-vector/abstract-style-logo-two-versions_23-2148458742.jpg", "http://img.b2bpic.net/free-vector/flat-laptop-logo-template_23-2149020405.jpg", "http://img.b2bpic.net/free-vector/gradient-texture-technology-badges_23-2149076455.jpg", "http://img.b2bpic.net/free-vector/flat-design-industry-4-0-logo-design_23-2151328208.jpg", "http://img.b2bpic.net/free-vector/gradient-abstract-logo-collection_23-2148158364.jpg", "http://img.b2bpic.net/free-vector/isometric-hosting-background_23-2147981350.jpg"]}
|
||||
"http://img.b2bpic.net/free-vector/creative-gradient-laptop-logo-template_23-2149008604.jpg", "http://img.b2bpic.net/free-vector/abstract-style-logo-two-versions_23-2148458742.jpg", "http://img.b2bpic.net/free-vector/flat-laptop-logo-template_23-2149020405.jpg", "http://img.b2bpic.net/free-vector/gradient-texture-technology-badges_23-2149076455.jpg", "http://img.b2bpic.net/free-vector/flat-design-industry-4-0-logo-design_23-2151328208.jpg", "http://img.b2bpic.net/free-vector/gradient-abstract-logo-collection_23-2148158364.jpg", "http://img.b2bpic.net/free-vector/isometric-hosting-background_23-2147981350.jpg"
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
speed={40}
|
||||
@@ -102,31 +109,40 @@ export default function AboutPage() {
|
||||
{
|
||||
title: "Products", items: [
|
||||
{
|
||||
label: "Smartphones", href: "#products"},
|
||||
label: "Smartphones", href: "#products"
|
||||
},
|
||||
{
|
||||
label: "Tablets", href: "#products"},
|
||||
label: "Tablets", href: "#products"
|
||||
},
|
||||
{
|
||||
label: "Wearables", href: "#products"},
|
||||
label: "Wearables", href: "#products"
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us", href: "/about"},
|
||||
label: "About Us", href: "/about"
|
||||
},
|
||||
{
|
||||
label: "Innovation", href: "/innovation"},
|
||||
label: "Innovation", href: "/innovation"
|
||||
},
|
||||
{
|
||||
label: "Careers", href: "#"},
|
||||
label: "Careers", href: "#"
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact Us", href: "#"},
|
||||
label: "Contact Us", href: "#"
|
||||
},
|
||||
{
|
||||
label: "Support Center", href: "#"},
|
||||
label: "Support Center", href: "#"
|
||||
},
|
||||
{
|
||||
label: "Warranty", href: "#"},
|
||||
label: "Warranty", href: "#"
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -29,7 +29,7 @@ export default function HomePage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="compact"
|
||||
sizing="mediumLarge"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -40,7 +40,8 @@ export default function HomePage() {
|
||||
brandName="Samsung"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Get Started", href: "#contact"}}
|
||||
text: "Get Started", href: "#contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -48,7 +49,7 @@ export default function HomePage() {
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="SAMSUNG"
|
||||
description="Pioneering innovation in consumer electronics. Experience the future of technology with our cutting-edge products and solutions."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Explore Products", href: "#products" },
|
||||
{ text: "Learn More", href: "#about" },
|
||||
@@ -70,9 +71,11 @@ export default function HomePage() {
|
||||
description="Samsung is a global leader in technology, committed to pushing the boundaries of innovation. From semiconductors to consumer electronics, we develop products that enhance people's lives through cutting-edge research and development."
|
||||
metrics={[
|
||||
{
|
||||
value: "80+", title: "Years of Innovation"},
|
||||
value: "80+", title: "Years of Innovation"
|
||||
},
|
||||
{
|
||||
value: "74", title: "Countries Worldwide"},
|
||||
value: "74", title: "Countries Worldwide"
|
||||
},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai20XQkOsAu6t3gmLYN1X7WZRu/samsung-innovation-hub-environment-with--1773156703713-db0ac322.png"
|
||||
imageAlt="Samsung innovation research facility"
|
||||
@@ -89,11 +92,14 @@ export default function HomePage() {
|
||||
description="Discover our latest innovation in consumer technology and premium devices."
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Galaxy S Ultra", price: "$1,299", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai20XQkOsAu6t3gmLYN1X7WZRu/premium-samsung-galaxy-smartphone-produc-1773156704086-614ce3e6.png", imageAlt: "Galaxy S Ultra smartphone"},
|
||||
id: "1", name: "Galaxy S Ultra", price: "$1,299", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai20XQkOsAu6t3gmLYN1X7WZRu/premium-samsung-galaxy-smartphone-produc-1773156704086-614ce3e6.png", imageAlt: "Galaxy S Ultra smartphone"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Galaxy Tab Pro", price: "$899", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai20XQkOsAu6t3gmLYN1X7WZRu/samsung-tablet-device-showcase-with-soph-1773156673326-460304f9.jpg", imageAlt: "Galaxy Tab Pro tablet"},
|
||||
id: "2", name: "Galaxy Tab Pro", price: "$899", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai20XQkOsAu6t3gmLYN1X7WZRu/samsung-tablet-device-showcase-with-soph-1773156673326-460304f9.jpg", imageAlt: "Galaxy Tab Pro tablet"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Galaxy Watch Elite", price: "$399", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai20XQkOsAu6t3gmLYN1X7WZRu/samsung-smartwatch-and-wearable-technolo-1773156706052-e69f363b.png", imageAlt: "Galaxy Watch Elite smartwatch"},
|
||||
id: "3", name: "Galaxy Watch Elite", price: "$399", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai20XQkOsAu6t3gmLYN1X7WZRu/samsung-smartwatch-and-wearable-technolo-1773156706052-e69f363b.png", imageAlt: "Galaxy Watch Elite smartwatch"
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -109,16 +115,22 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "AI-Powered Intelligence", descriptions: [
|
||||
"Advanced machine learning algorithms optimize performance", "Intelligent resource management for superior efficiency", "Personalized experience adapting to your usage patterns"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai20XQkOsAu6t3gmLYN1X7WZRu/samsung-ai-powered-technology-interface--1773156673331-05c065df.jpg", imageAlt: "AI technology interface"},
|
||||
"Advanced machine learning algorithms optimize performance", "Intelligent resource management for superior efficiency", "Personalized experience adapting to your usage patterns"
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai20XQkOsAu6t3gmLYN1X7WZRu/samsung-ai-powered-technology-interface--1773156673331-05c065df.jpg", imageAlt: "AI technology interface"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Advanced Camera System", descriptions: [
|
||||
"Professional-grade optical imaging technology", "Enhanced night mode with superior low-light performance", "8K video recording at 60fps for cinematic quality"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai20XQkOsAu6t3gmLYN1X7WZRu/advanced-samsung-camera-technology-showc-1773156704157-fe2b94f6.png", imageAlt: "Camera system technology"},
|
||||
"Professional-grade optical imaging technology", "Enhanced night mode with superior low-light performance", "8K video recording at 60fps for cinematic quality"
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai20XQkOsAu6t3gmLYN1X7WZRu/advanced-samsung-camera-technology-showc-1773156704157-fe2b94f6.png", imageAlt: "Camera system technology"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Next-Gen Battery", descriptions: [
|
||||
"Ultra-fast charging technology reaches 100% in 30 minutes", "Extended battery life with intelligent power management", "Sustainable energy solutions for eco-conscious users"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai20XQkOsAu6t3gmLYN1X7WZRu/samsung-battery-and-power-technology-inn-1773156676689-901c6e16.jpg", imageAlt: "Battery technology innovation"},
|
||||
"Ultra-fast charging technology reaches 100% in 30 minutes", "Extended battery life with intelligent power management", "Sustainable energy solutions for eco-conscious users"
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai20XQkOsAu6t3gmLYN1X7WZRu/samsung-battery-and-power-technology-inn-1773156676689-901c6e16.jpg", imageAlt: "Battery technology innovation"
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -134,10 +146,12 @@ export default function HomePage() {
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "5G+", description:
|
||||
"Next-generation connectivity enabling faster, more reliable networks worldwide."},
|
||||
"Next-generation connectivity enabling faster, more reliable networks worldwide."
|
||||
},
|
||||
{
|
||||
id: "2", value: "8K", description:
|
||||
"Ultra-high definition display technology for immersive visual experiences."},
|
||||
"Ultra-high definition display technology for immersive visual experiences."
|
||||
},
|
||||
]}
|
||||
tagAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -152,10 +166,12 @@ export default function HomePage() {
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "30%", description:
|
||||
"Market share increase in premium smartphone segment over the past year."},
|
||||
"Market share increase in premium smartphone segment over the past year."
|
||||
},
|
||||
{
|
||||
id: "2", value: "10M+", description:
|
||||
"Satisfied customers worldwide enjoying Samsung innovation daily."},
|
||||
"Satisfied customers worldwide enjoying Samsung innovation daily."
|
||||
},
|
||||
]}
|
||||
tagAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -170,16 +186,20 @@ export default function HomePage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Alexandra Chen", role: "CEO", company: "TechVision Corp", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai20XQkOsAu6t3gmLYN1X7WZRu/professional-portrait-of-technology-indu-1773156705796-cc3aacbb.png", imageAlt: "Alexandra Chen"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai20XQkOsAu6t3gmLYN1X7WZRu/professional-portrait-of-technology-indu-1773156705796-cc3aacbb.png", imageAlt: "Alexandra Chen"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Marcus Rodriguez", role: "CTO", company: "Innovation Labs", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai20XQkOsAu6t3gmLYN1X7WZRu/tech-innovator-professional-portrait-wit-1773156676269-105b2f6b.jpg", imageAlt: "Marcus Rodriguez"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai20XQkOsAu6t3gmLYN1X7WZRu/tech-innovator-professional-portrait-wit-1773156676269-105b2f6b.jpg", imageAlt: "Marcus Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Elena Kowalski", role: "President", company: "Future Technologies", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai20XQkOsAu6t3gmLYN1X7WZRu/ceo-or-senior-executive-professional-por-1773156707410-c9483678.png", imageAlt: "Elena Kowalski"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai20XQkOsAu6t3gmLYN1X7WZRu/ceo-or-senior-executive-professional-por-1773156707410-c9483678.png", imageAlt: "Elena Kowalski"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Park", role: "Founder", company: "NextGen Ventures", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai20XQkOsAu6t3gmLYN1X7WZRu/entrepreneur-or-business-founder-profess-1773156676406-528b0bbc.jpg", imageAlt: "David Park"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai20XQkOsAu6t3gmLYN1X7WZRu/entrepreneur-or-business-founder-profess-1773156676406-528b0bbc.jpg", imageAlt: "David Park"
|
||||
},
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
@@ -192,8 +212,10 @@ export default function HomePage() {
|
||||
<SocialProofOne
|
||||
title="Trusted by Industry Leaders"
|
||||
description="Partnering with the world's most innovative technology companies."
|
||||
names={["Microsoft", "Google", "Intel", "NVIDIA", "Qualcomm", "Sony", "IBM"]}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/creative-gradient-laptop-logo-template_23-2149008604.jpg", "http://img.b2bpic.net/free-vector/abstract-style-logo-two-versions_23-2148458742.jpg", "http://img.b2bpic.net/free-vector/flat-laptop-logo-template_23-2149020405.jpg", "http://img.b2bpic.net/free-vector/gradient-texture-technology-badges_23-2149076455.jpg", "http://img.b2bpic.net/free-vector/flat-design-industry-4-0-logo-design_23-2151328208.jpg", "http://img.b2bpic.net/free-vector/gradient-abstract-logo-collection_23-2148158364.jpg", "http://img.b2bpic.net/free-vector/isometric-hosting-background_23-2147981350.jpg"]}
|
||||
"http://img.b2bpic.net/free-vector/creative-gradient-laptop-logo-template_23-2149008604.jpg", "http://img.b2bpic.net/free-vector/abstract-style-logo-two-versions_23-2148458742.jpg", "http://img.b2bpic.net/free-vector/flat-laptop-logo-template_23-2149020405.jpg", "http://img.b2bpic.net/free-vector/gradient-texture-technology-badges_23-2149076455.jpg", "http://img.b2bpic.net/free-vector/flat-design-industry-4-0-logo-design_23-2151328208.jpg", "http://img.b2bpic.net/free-vector/gradient-abstract-logo-collection_23-2148158364.jpg", "http://img.b2bpic.net/free-vector/isometric-hosting-background_23-2147981350.jpg"
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
speed={40}
|
||||
@@ -211,31 +233,40 @@ export default function HomePage() {
|
||||
{
|
||||
title: "Products", items: [
|
||||
{
|
||||
label: "Smartphones", href: "#products"},
|
||||
label: "Smartphones", href: "#products"
|
||||
},
|
||||
{
|
||||
label: "Tablets", href: "#products"},
|
||||
label: "Tablets", href: "#products"
|
||||
},
|
||||
{
|
||||
label: "Wearables", href: "#products"},
|
||||
label: "Wearables", href: "#products"
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us", href: "/about"},
|
||||
label: "About Us", href: "/about"
|
||||
},
|
||||
{
|
||||
label: "Innovation", href: "/innovation"},
|
||||
label: "Innovation", href: "/innovation"
|
||||
},
|
||||
{
|
||||
label: "Careers", href: "#"},
|
||||
label: "Careers", href: "#"
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact Us", href: "#"},
|
||||
label: "Contact Us", href: "#"
|
||||
},
|
||||
{
|
||||
label: "Support Center", href: "#"},
|
||||
label: "Support Center", href: "#"
|
||||
},
|
||||
{
|
||||
label: "Warranty", href: "#"},
|
||||
label: "Warranty", href: "#"
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user