images updated
@ -7,10 +7,12 @@
|
|||||||
|
|
||||||
/* Hero Section */
|
/* Hero Section */
|
||||||
.hero {
|
.hero {
|
||||||
background: var(--background-secondary);
|
background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)), url('/images/about/aboutpage-banner.webp');
|
||||||
padding: 8rem 0;
|
background-size: cover;
|
||||||
|
background-position: center;
|
||||||
|
padding: 8rem 0 8rem;
|
||||||
position: relative;
|
position: relative;
|
||||||
border-bottom: 1px solid var(--border-color);
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.heroContent {
|
.heroContent {
|
||||||
@ -25,17 +27,17 @@
|
|||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
background: var(--gradient-primary);
|
background: var(--gradient-primary);
|
||||||
-webkit-background-clip: text;
|
-webkit-background-clip: text;
|
||||||
-webkit-text-fill-color: transparent;
|
/* -webkit-text-fill-color: transparent; */
|
||||||
background-clip: text;
|
background-clip: text;
|
||||||
}
|
}
|
||||||
|
|
||||||
.breadcrumb {
|
.breadcrumb {
|
||||||
color: var(--text-secondary);
|
color: rgba(255, 255, 255, 0.8);
|
||||||
font-size: 0.95rem;
|
font-size: 0.95rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.breadcrumb a {
|
.breadcrumb a {
|
||||||
color: var(--text-secondary);
|
color: rgba(255, 255, 255, 0.8);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
transition: color 0.2s;
|
transition: color 0.2s;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -33,7 +33,7 @@ export default function AboutPage() {
|
|||||||
<div className={styles.storyFrame}></div>
|
<div className={styles.storyFrame}></div>
|
||||||
<div className={styles.storyImageWrapper}>
|
<div className={styles.storyImageWrapper}>
|
||||||
<Image
|
<Image
|
||||||
src="/images/about/team-meeting.png"
|
src="/images/about/our-story.webp"
|
||||||
alt="Our Team Story"
|
alt="Our Team Story"
|
||||||
width={600}
|
width={600}
|
||||||
height={700}
|
height={700}
|
||||||
@ -162,21 +162,21 @@ export default function AboutPage() {
|
|||||||
{/* Mockup Container */}
|
{/* Mockup Container */}
|
||||||
<div className={styles.mockupWrapper}>
|
<div className={styles.mockupWrapper}>
|
||||||
<Image
|
<Image
|
||||||
src="/images/about/app-dashboard.png"
|
src="/images/about/comprehensive.webp"
|
||||||
alt="Feature Dashboard"
|
alt="Feature Dashboard"
|
||||||
width={600}
|
width={600}
|
||||||
height={400}
|
height={400}
|
||||||
className={styles.mockupImg}
|
className={styles.mockupImg}
|
||||||
/>
|
/>
|
||||||
{/* Floating Cards simulating the ref image */}
|
{/* Floating Cards simulating the ref image */}
|
||||||
<div className={`${styles.floatCard} ${styles.floatCard1}`}>
|
{/* <div className={`${styles.floatCard} ${styles.floatCard1}`}>
|
||||||
<span>Create Task</span>
|
<span>Create Task</span>
|
||||||
<small>17 August, 2023</small>
|
<small>17 August, 2023</small>
|
||||||
</div>
|
</div>
|
||||||
<div className={`${styles.floatCard} ${styles.floatCard2}`}>
|
<div className={`${styles.floatCard} ${styles.floatCard2}`}>
|
||||||
<span>Total Working Hours</span>
|
<span>Total Working Hours</span>
|
||||||
<strong>44:32:00</strong>
|
<strong>44:32:00</strong>
|
||||||
</div>
|
</div> */}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -205,7 +205,7 @@ export default function AboutPage() {
|
|||||||
<div className={styles.readyImageWrapper}>
|
<div className={styles.readyImageWrapper}>
|
||||||
<div className={styles.phoneFrame}>
|
<div className={styles.phoneFrame}>
|
||||||
<Image
|
<Image
|
||||||
src="/device-mockup.png"
|
src="/images/about/ready-img.webp"
|
||||||
alt="SocialBuddy App"
|
alt="SocialBuddy App"
|
||||||
width={300}
|
width={300}
|
||||||
height={600}
|
height={600}
|
||||||
@ -213,11 +213,11 @@ export default function AboutPage() {
|
|||||||
objectFit="cover"
|
objectFit="cover"
|
||||||
/>
|
/>
|
||||||
{/* Floating Overlay Card inside section */}
|
{/* Floating Overlay Card inside section */}
|
||||||
<div className={styles.phoneOverlayCard}>
|
{/* <div className={styles.phoneOverlayCard}>
|
||||||
<span>Task List</span>
|
<span>Task List</span>
|
||||||
<div className={styles.overlayItem}>✅ Social Audit</div>
|
<div className={styles.overlayItem}>✅ Social Audit</div>
|
||||||
<div className={styles.overlayItem}>✅ Content Plan</div>
|
<div className={styles.overlayItem}>✅ Content Plan</div>
|
||||||
</div>
|
</div> */}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
/* Hero Section */
|
/* Hero Section */
|
||||||
.hero {
|
.hero {
|
||||||
background: url('/hero-inner-bg.png') no-repeat center center;
|
background: url('/images/careers/careers-banner.webp') no-repeat center center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
padding: 8rem 0;
|
padding: 8rem 0;
|
||||||
/* Taller padding */
|
/* Taller padding */
|
||||||
@ -147,7 +147,7 @@
|
|||||||
|
|
||||||
/* 2. Stats Section (BG Image + Overlay) */
|
/* 2. Stats Section (BG Image + Overlay) */
|
||||||
.statsSection {
|
.statsSection {
|
||||||
background: url('/hero-slide-1.png') no-repeat center center;
|
background: url('/images/careers/bg.webp') no-repeat center center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
/* Parallax effect */
|
/* Parallax effect */
|
||||||
|
|||||||
@ -51,7 +51,7 @@ export default function CareersPage() {
|
|||||||
<div className={styles.offerImageGrid}>
|
<div className={styles.offerImageGrid}>
|
||||||
<div className={`${styles.gridImgWrapper} ${styles.img1}`}>
|
<div className={`${styles.gridImgWrapper} ${styles.img1}`}>
|
||||||
<Image
|
<Image
|
||||||
src="/about-image.png"
|
src="/images/careers/left.webp"
|
||||||
alt="Team Collaboration"
|
alt="Team Collaboration"
|
||||||
width={400}
|
width={400}
|
||||||
height={500}
|
height={500}
|
||||||
@ -60,7 +60,7 @@ export default function CareersPage() {
|
|||||||
</div>
|
</div>
|
||||||
<div className={`${styles.gridImgWrapper} ${styles.img2}`}>
|
<div className={`${styles.gridImgWrapper} ${styles.img2}`}>
|
||||||
<Image
|
<Image
|
||||||
src="/images/about/workspace.png"
|
src="/images/careers/top.webp"
|
||||||
alt="Our Workspace"
|
alt="Our Workspace"
|
||||||
width={300}
|
width={300}
|
||||||
height={200}
|
height={200}
|
||||||
@ -69,7 +69,7 @@ export default function CareersPage() {
|
|||||||
</div>
|
</div>
|
||||||
<div className={`${styles.gridImgWrapper} ${styles.img3}`}>
|
<div className={`${styles.gridImgWrapper} ${styles.img3}`}>
|
||||||
<Image
|
<Image
|
||||||
src="/images/about/team-meeting.png"
|
src="/images/careers/bottom.webp"
|
||||||
alt="Meeting"
|
alt="Meeting"
|
||||||
width={300}
|
width={300}
|
||||||
height={200}
|
height={200}
|
||||||
@ -116,7 +116,7 @@ export default function CareersPage() {
|
|||||||
{/* Left: Image */}
|
{/* Left: Image */}
|
||||||
<div className={styles.hiringImageWrapper}>
|
<div className={styles.hiringImageWrapper}>
|
||||||
<Image
|
<Image
|
||||||
src="/about-image-2.png"
|
src="/images/careers/hiring.webp"
|
||||||
alt="Hiring Process"
|
alt="Hiring Process"
|
||||||
width={500}
|
width={500}
|
||||||
height={600}
|
height={600}
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
.hero {
|
.hero {
|
||||||
padding: 8rem 0;
|
padding: 8rem 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-image: url('/hero-inner-bg.png');
|
background-image: url('/images/contact/contact-banner.webp');
|
||||||
/* Assuming this exists */
|
/* Assuming this exists */
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
|
|||||||
BIN
public/images/about/aboutpage-banner.webp
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
public/images/about/comprehensive.webp
Normal file
|
After Width: | Height: | Size: 30 KiB |
BIN
public/images/about/our-story.webp
Normal file
|
After Width: | Height: | Size: 24 KiB |
BIN
public/images/about/ready-img.webp
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
public/images/careers/bg.webp
Normal file
|
After Width: | Height: | Size: 238 KiB |
BIN
public/images/careers/bottom.webp
Normal file
|
After Width: | Height: | Size: 6.6 KiB |
BIN
public/images/careers/careers-banner.webp
Normal file
|
After Width: | Height: | Size: 47 KiB |
BIN
public/images/careers/hiring.webp
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
public/images/careers/left.webp
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
public/images/careers/top.webp
Normal file
|
After Width: | Height: | Size: 5.1 KiB |
BIN
public/images/contact/contact-banner.webp
Normal file
|
After Width: | Height: | Size: 42 KiB |