9 Commits

Author SHA1 Message Date
c3ff4f0926 Merge version_7 into main
Merge version_7 into main
2026-05-14 04:11:46 +00:00
a71e457c30 Update src/app/page.tsx 2026-05-14 04:11:42 +00:00
6928b930c8 Merge version_7 into main
Merge version_7 into main
2026-05-14 04:04:05 +00:00
86f6b2b351 Update src/app/page.tsx 2026-05-14 04:04:02 +00:00
d6fd106da6 Merge version_7 into main
Merge version_7 into main
2026-05-14 04:03:16 +00:00
9aac9126fc Update theme colors 2026-05-14 04:03:12 +00:00
d52f332691 Merge version_6 into main
Merge version_6 into main
2026-05-14 04:01:51 +00:00
583cff5f71 Merge version_6 into main
Merge version_6 into main
2026-05-14 03:55:57 +00:00
c4b5d08896 Merge version_6 into main
Merge version_6 into main
2026-05-14 03:55:27 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -127,7 +127,7 @@ export default function LandingPage() {
{ {
id: "f1", title: "Secure Shipping", author: "Zyrova Team", description: "Global reach with reliable tracking systems.", tags: [ id: "f1", title: "Secure Shipping", author: "Zyrova Team", description: "Global reach with reliable tracking systems.", tags: [
"Reliable", "Tracking"], "Reliable", "Tracking"],
imageSrc: "http://img.b2bpic.net/free-photo/white-cylinder-podium-tree-shadow-pedestal-product-display-stand-background-3d-rendering_56104-1381.jpg"}, imageSrc: "https://img.b2bpic.net/free-photo/happy-courier-handshaking-with-african-american-woman-while-delivering-her-package_637285-2270.jpg?id=25630670"},
{ {
id: "f2", title: "Premium Goods", author: "Zyrova Team", description: "Only the highest quality products selected.", tags: [ id: "f2", title: "Premium Goods", author: "Zyrova Team", description: "Only the highest quality products selected.", tags: [
"Curated", "Quality"], "Curated", "Quality"],
@@ -135,7 +135,7 @@ export default function LandingPage() {
{ {
id: "f3", title: "24/7 Support", author: "Zyrova Team", description: "Always here to help you anytime.", tags: [ id: "f3", title: "24/7 Support", author: "Zyrova Team", description: "Always here to help you anytime.", tags: [
"Support", "Fast"], "Support", "Fast"],
imageSrc: "http://img.b2bpic.net/free-photo/modern-round-wireless-speaker-with-slick-design-floating-concrete-background_23-2150808029.jpg"}, imageSrc: "https://img.b2bpic.net/free-photo/architect-woman-phone_1163-1433.jpg?id=1280411"},
]} ]}
title="Core Values" title="Core Values"
description="We build trust through commitment and quality." description="We build trust through commitment and quality."

View File

@@ -10,7 +10,7 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #874beb; --background: #f3eefb;
--card: #ffffff; --card: #ffffff;
--foreground: #1c1c1c; --foreground: #1c1c1c;
--primary-cta: #1c1c1c; --primary-cta: #1c1c1c;