Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -8,23 +8,30 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
|
||||
export default function BusinessServices() {
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<ThemeProvider defaultButtonVariant="expand-hover" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
|
||||
<ReactLenis root>
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "About", id: "/company-introduction" }, { name: "Services", id: "/business-services" }, { name: "Contact", id: "contact" }]}
|
||||
brandName="대양엔지니어링"
|
||||
/>
|
||||
<FeatureCardEight
|
||||
textboxLayout="default"
|
||||
title="Business Services"
|
||||
description="Comprehensive electrical engineering and manufacturing solutions."
|
||||
className="pt-32"
|
||||
features={[
|
||||
{ title: "Precision Manufacturing", description: "KS-certified material fabrication.", imageSrc: "http://img.b2bpic.net/free-photo/gears-cogwheels_1112-922.jpg" },
|
||||
{ title: "Engineering Design", description: "Customized infrastructure and conduit design.", imageSrc: "http://img.b2bpic.net/free-photo/asian-female-engineer-specialist-with-measuring-machine-with-manipulator-armthreedimensional-coordinate-measurement-check-sizes-3d-check-sizes-parts-cmm-after-machining-process_609648-92.jpg" }
|
||||
]}
|
||||
/>
|
||||
<FooterBaseReveal logoText="대양엔지니어링" columns={[]} />
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "About", id: "/company-introduction" }, { name: "Services", id: "/business-services" }, { name: "Contact", id: "contact" }]}
|
||||
brandName="대양엔지니어링"
|
||||
/>
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardEight
|
||||
textboxLayout="default"
|
||||
title="Business Services"
|
||||
description="Comprehensive electrical engineering and manufacturing solutions."
|
||||
className="pt-32"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Precision Manufacturing", description: "KS-certified material fabrication.", imageSrc: "http://img.b2bpic.net/free-photo/gears-cogwheels_1112-922.jpg" },
|
||||
{ title: "Engineering Design", description: "Customized infrastructure and conduit design.", imageSrc: "http://img.b2bpic.net/free-photo/asian-female-engineer-specialist-with-measuring-machine-with-manipulator-armthreedimensional-coordinate-measurement-check-sizes-3d-check-sizes-parts-cmm-after-machining-process_609648-92.jpg" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal logoText="대양엔지니어링" columns={[]} />
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
@@ -9,23 +9,32 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
|
||||
export default function CompanyIntroduction() {
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<ThemeProvider defaultButtonVariant="expand-hover" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
|
||||
<ReactLenis root>
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "About", id: "/company-introduction" }, { name: "Services", id: "/business-services" }, { name: "Contact", id: "contact" }]}
|
||||
brandName="대양엔지니어링"
|
||||
/>
|
||||
<TextAbout
|
||||
title="Company Introduction"
|
||||
description="Daeyang Engineering has been a leader in electrical infrastructure since 1999, driven by KS-certified excellence and innovation."
|
||||
className="pt-32"
|
||||
/>
|
||||
<MetricCardFourteen
|
||||
title="Our History"
|
||||
tag="Since 1999"
|
||||
metrics={[{ id: "1", value: "27+", description: "Years Experience" }, { id: "2", value: "23", description: "Patents" }, { id: "3", value: "1st", description: "Gen Tech-Venture" }]}
|
||||
/>
|
||||
<FooterBaseReveal logoText="대양엔지니어링" columns={[]} />
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "About", id: "/company-introduction" }, { name: "Services", id: "/business-services" }, { name: "Contact", id: "contact" }]}
|
||||
brandName="대양엔지니어링"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
title="Company Introduction"
|
||||
useInvertedBackground={false}
|
||||
className="pt-32"
|
||||
/>
|
||||
</div>
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardFourteen
|
||||
title="Our History"
|
||||
tag="Since 1999"
|
||||
useInvertedBackground={false}
|
||||
metrics={[{ id: "1", value: "27+", description: "Years Experience" }, { id: "2", value: "23", description: "Patents" }, { id: "3", value: "1st", description: "Gen Tech-Venture" }]}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal logoText="대양엔지니어링" columns={[]} />
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
@@ -64,9 +64,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{ title: "Uncompromising Quality", description: "KS-certified production and 23+ proprietary patents ensuring safety in the most demanding environments." },
|
||||
{ title: "Venture Innovation", description: "Designated as a technology-sector venture company since 1999. We don't just manufacture; we engineer." },
|
||||
{ title: "Global Reach", description: "A national key industry partner and designated export promotion company powering projects worldwide." },
|
||||
{ title: "Uncompromising Quality", description: "KS-certified production and 23+ proprietary patents ensuring safety in the most demanding environments.", imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397553.jpg" },
|
||||
{ title: "Venture Innovation", description: "Designated as a technology-sector venture company since 1999. We don't just manufacture; we engineer.", imageSrc: "http://img.b2bpic.net/free-photo/view-city-bridge-with-train-london_23-2149437440.jpg" },
|
||||
{ title: "Global Reach", description: "A national key industry partner and designated export promotion company powering projects worldwide.", imageSrc: "http://img.b2bpic.net/free-photo/craftsman-using-drill_1157-45883.jpg" },
|
||||
]}
|
||||
title="Core Pillars of Trust"
|
||||
description="Our legacy is built on precision, innovation, and global standards."
|
||||
|
||||
@@ -9,25 +9,35 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
|
||||
export default function PromotionCenterPage() {
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<ThemeProvider defaultButtonVariant="expand-hover" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
|
||||
<ReactLenis root>
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[{name: "Home", id: "/"}, {name: "Technical Facilities", id: "/technical-facilities"}, {name: "Promotion Center", id: "/promotion-center"}]}
|
||||
brandName="대양엔지니어링"
|
||||
/>
|
||||
<HeroBillboardGallery
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Promotion Center"
|
||||
description="Latest certifications, media coverage, and public announcements."
|
||||
mediaItems={[{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-mature-businessman-black-suit_23-2147955269.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-engineer-solar-panels-plant-reading-documentation_482257-120499.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-male-employee-white-collar-shirt-smiling-camera-standing-selfassured-agai_1258-112592.jpg" }]}
|
||||
/>
|
||||
<TestimonialCardSix
|
||||
title="Press & Media"
|
||||
testimonials={[{ id: "1", name: "Industry Weekly", testimonial: "Leading innovation in engineering solutions.", handle: "Media coverage" }, { id: "2", name: "Tech Today", testimonial: "Pioneering KS-certified materials for a global future.", handle: "Public announcement" }]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
/>
|
||||
<FooterBaseReveal logoText="대양엔지니어링" columns={[]} />
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[{name: "Home", id: "/"}, {name: "Technical Facilities", id: "/technical-facilities"}, {name: "Promotion Center", id: "/promotion-center"}]}
|
||||
brandName="대양엔지니어링"
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Promotion Center"
|
||||
description="Latest certifications, media coverage, and public announcements."
|
||||
mediaItems={[{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-mature-businessman-black-suit_23-2147955269.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-engineer-solar-panels-plant-reading-documentation_482257-120499.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-male-employee-white-collar-shirt-smiling-camera-standing-selfassured-agai_1258-112592.jpg" }]}
|
||||
/>
|
||||
</div>
|
||||
<div id="press" data-section="press">
|
||||
<TestimonialCardSix
|
||||
title="Press & Media"
|
||||
description="Our latest media highlights."
|
||||
testimonials={[{ id: "1", name: "Industry Weekly", testimonial: "Leading innovation in engineering solutions.", handle: "Media coverage" }, { id: "2", name: "Tech Today", testimonial: "Pioneering KS-certified materials for a global future.", handle: "Public announcement" }]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal logoText="대양엔지니어링" columns={[]} />
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
@@ -9,24 +9,34 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
|
||||
export default function TechnicalFacilitiesPage() {
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<ThemeProvider defaultButtonVariant="expand-hover" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
|
||||
<ReactLenis root>
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[{name: "Home", id: "/"}, {name: "Technical Facilities", id: "/technical-facilities"}, {name: "Promotion Center", id: "/promotion-center"}]}
|
||||
brandName="대양엔지니어링"
|
||||
/>
|
||||
<HeroBillboardGallery
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Our Technical Facilities"
|
||||
description="Advanced infrastructure for precision engineering and rigorous quality control."
|
||||
mediaItems={[{ imageSrc: "http://img.b2bpic.net/free-photo/asian-female-engineer-specialist-with-measuring-machine-with-manipulator-armthreedimensional-coordinate-measurement-check-sizes-3d-check-sizes-parts-cmm-after-machining-process_609648-92.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/gears-cogwheels_1112-922.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/high-voltage-electrical-transformers-electricity-distribution-power-plant-close-up_166373-1592.jpg" }]}
|
||||
/>
|
||||
<FeatureCardEight
|
||||
title="Facility Capabilities"
|
||||
textboxLayout="default"
|
||||
features={[{ title: "Precision Labs", description: "3D coordinate measurement and testing.", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-construction-pvc-pipes-assortment_23-2149106854.jpg" }, { title: "Manufacturing Hub", description: "High-capacity production lines.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-hydraulic-elements_23-2149333343.jpg" }]}
|
||||
/>
|
||||
<FooterBaseReveal logoText="대양엔지니어링" columns={[]} />
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[{name: "Home", id: "/"}, {name: "Technical Facilities", id: "/technical-facilities"}, {name: "Promotion Center", id: "/promotion-center"}]}
|
||||
brandName="대양엔지니어링"
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Our Technical Facilities"
|
||||
description="Advanced infrastructure for precision engineering and rigorous quality control."
|
||||
mediaItems={[{ imageSrc: "http://img.b2bpic.net/free-photo/asian-female-engineer-specialist-with-measuring-machine-with-manipulator-armthreedimensional-coordinate-measurement-check-sizes-3d-check-sizes-parts-cmm-after-machining-process_609648-92.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/gears-cogwheels_1112-922.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/high-voltage-electrical-transformers-electricity-distribution-power-plant-close-up_166373-1592.jpg" }]}
|
||||
/>
|
||||
</div>
|
||||
<div id="facilities" data-section="facilities">
|
||||
<FeatureCardEight
|
||||
title="Facility Capabilities"
|
||||
description="Rigorous quality standards."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[{ title: "Precision Labs", description: "3D coordinate measurement and testing.", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-construction-pvc-pipes-assortment_23-2149106854.jpg" }, { title: "Manufacturing Hub", description: "High-capacity production lines.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-hydraulic-elements_23-2149333343.jpg" }]}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal logoText="대양엔지니어링" columns={[]} />
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user