4 Commits

Author SHA1 Message Date
45bf2936dc Update theme colors 2026-05-23 01:33:41 +00:00
ecc56d2e6d Update theme colors 2026-05-23 01:33:37 +00:00
7dafd5412f Update src/app/page.tsx 2026-05-23 01:32:12 +00:00
59275beece Merge version_2 into main
Merge version_2 into main
2026-05-23 01:27:33 +00:00
2 changed files with 15 additions and 22 deletions

View File

@@ -6,7 +6,7 @@ import ContactText from '@/components/sections/contact/ContactText';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
@@ -37,25 +37,18 @@ export default function LandingPage() {
{ name: "Developments", id: "developments" },
{ name: "Contact", id: "contact" },
]}
brandName="1st Phase"
brandName="First Phase"
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardTestimonial
useInvertedBackground={false}
<HeroBillboardScroll
background={{ variant: "radial-gradient" }}
title="Precision Garments, Crafted for Worldwide Brands"
description="1st Phase Manufacturing is Sialkot's premium partner for high-end clothing production. We blend technical excellence with meticulous craftsmanship to turn your vision into market-leading collections."
testimonials={[
{ name: "Urban Filistine", handle: "Client", testimonial: "The precision and quality provided by 1st Phase is unmatched.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-personal-shopper-working_23-2148924143.jpg" },
{ name: "Humble Beast", handle: "Client", testimonial: "Seamless production scaling and impeccable quality standards.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/interior-designer-working-out-office_23-2150379216.jpg" },
{ name: "Alter Hills", handle: "Client", testimonial: "Expertise in specialized manufacturing that truly sets us apart.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/angry-man-with-crossed-arms_1187-3142.jpg" },
{ name: "Global Brands", handle: "Client", testimonial: "Reliable partner for complex fashion garment assembly.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-sitting-chair_23-2149833734.jpg" },
{ name: "Studio Lead", handle: "Client", testimonial: "High standards and timely delivery every single time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/working-new-collection_1098-14877.jpg" },
]}
imageSrc="http://img.b2bpic.net/free-photo/image-tailor-s-workplace-with-sewing-machine-sewing-workshop_613910-19017.jpg"
mediaAnimation="blur-reveal"
title="First Phase Manufacturing"
description="Precision garment manufacturing for the modern streetwear era. Sialkot's finest production partner, bridging visionary design with industrial-scale craftsmanship."
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E6Vv232z6SBohvZI0MqIFrngo1/uploaded-1779499918231-qhhd1wba.png"
imageAlt="First Phase Manufacturing Logo"
tag="Manufacturing Excellence"
/>
</div>
@@ -176,7 +169,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="1st Phase"
logoText="First Phase"
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
/>

View File

@@ -12,13 +12,13 @@
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #ffffff;
--primary-cta: #e34400;
--primary-cta-text: #ffffff;
--secondary-cta: #010101;
--foreground: #f5f5f5;
--primary-cta: #ffdf7d;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #ffffff;
--accent: #737373;
--background-accent: #e34400;
--accent: #b8860b;
--background-accent: #8b6914;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);