diff --git a/src/app/page.tsx b/src/app/page.tsx
index 77ca3c1..ec6b003 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,26 +31,11 @@ export default function LandingPage() {
@@ -58,37 +43,19 @@ export default function LandingPage() {
@@ -98,15 +65,8 @@ export default function LandingPage() {
@@ -117,38 +77,9 @@ export default function LandingPage() {
textboxLayout="inline-image"
useInvertedBackground={false}
features={[
- {
- id: "s1",
- label: "Graphic Design",
- title: "Branding & Print",
- items: [
- "Logo Design",
- "Business Cards",
- "Flyers & Posters",
- "Marketing Material",
- ],
- },
- {
- id: "s2",
- label: "Social Media",
- title: "Engagement Strategy",
- items: [
- "Content Creation",
- "Monthly Posting Plans",
- "Hashtag Strategy",
- "Page Growth",
- ],
- },
- {
- id: "s3",
- label: "Website",
- title: "Digital Presence",
- items: [
- "Custom Landing Pages",
- "Small Business Websites",
- "UI/UX Design",
- ],
- },
+ { id: "s1", label: "Graphic Design", title: "Branding & Print", items: ["Logo Design", "Business Cards", "Flyers & Posters", "Marketing Material"] },
+ { id: "s2", label: "Social Media", title: "Engagement Strategy", items: ["Content Creation", "Monthly Posting Plans", "Hashtag Strategy", "Page Growth"] },
+ { id: "s3", label: "Website", title: "Digital Presence", items: ["Custom Landing Pages", "Small Business Websites", "UI/UX Design"] },
]}
title="Our Creative Services"
description="We help brands grow through strategic visual storytelling."
@@ -162,60 +93,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
- {
- id: "p1",
- brand: "Branding",
- name: "Earthy Identity",
- price: "Custom",
- rating: 5,
- reviewCount: "5",
- imageSrc: "http://img.b2bpic.net/free-photo/big-stationery-concept_23-2147786742.jpg",
- },
- {
- id: "p2",
- brand: "Social",
- name: "Digital Series",
- price: "Custom",
- rating: 5,
- reviewCount: "5",
- imageSrc: "http://img.b2bpic.net/free-photo/design-style-graphic-creativity-ideas-illustration-concept_53876-121068.jpg",
- },
- {
- id: "p3",
- brand: "Print",
- name: "Poster Layout",
- price: "Custom",
- rating: 5,
- reviewCount: "5",
- imageSrc: "http://img.b2bpic.net/free-vector/flat-design-minimalist-flyer-template_23-2149991660.jpg",
- },
- {
- id: "p4",
- brand: "Branding",
- name: "Logo Concept",
- price: "Custom",
- rating: 5,
- reviewCount: "5",
- imageSrc: "http://img.b2bpic.net/free-photo/stationery-ice-cream-concept_23-2147803265.jpg",
- },
- {
- id: "p5",
- brand: "Social",
- name: "Ads Campaign",
- price: "Custom",
- rating: 5,
- reviewCount: "5",
- imageSrc: "http://img.b2bpic.net/free-photo/female-web-designer-office-with-tablet-device_23-2149749887.jpg",
- },
- {
- id: "p6",
- brand: "Print",
- name: "Brochure Design",
- price: "Custom",
- rating: 5,
- reviewCount: "5",
- imageSrc: "http://img.b2bpic.net/free-vector/triangle-cover-brochure-mock-up_23-2147492651.jpg",
- },
+ { id: "p1", brand: "Branding", name: "Earthy Identity", price: "Custom", rating: 5, reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-photo/big-stationery-concept_23-2147786742.jpg" },
+ { id: "p2", brand: "Social", name: "Digital Series", price: "Custom", rating: 5, reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-photo/design-style-graphic-creativity-ideas-illustration-concept_53876-121068.jpg" },
+ { id: "p3", brand: "Print", name: "Poster Layout", price: "Custom", rating: 5, reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-minimalist-flyer-template_23-2149991660.jpg" },
+ { id: "p4", brand: "Branding", name: "Logo Concept", price: "Custom", rating: 5, reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-photo/stationery-ice-cream-concept_23-2147803265.jpg" },
+ { id: "p5", brand: "Social", name: "Ads Campaign", price: "Custom", rating: 5, reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-photo/female-web-designer-office-with-tablet-device_23-2149749887.jpg" },
+ { id: "p6", brand: "Print", name: "Brochure Design", price: "Custom", rating: 5, reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-vector/triangle-cover-brochure-mock-up_23-2147492651.jpg" },
]}
title="Featured Projects"
description="A glimpse into our recent creative work."
@@ -228,33 +111,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- value: "100%",
- title: "Custom Designs",
- items: [
- "No templates used",
- "Tailored to your voice",
- ],
- },
- {
- id: "m2",
- value: "24h",
- title: "Support",
- items: [
- "One-on-one attention",
- "Responsive service",
- ],
- },
- {
- id: "m3",
- value: "Fast",
- title: "Turnaround",
- items: [
- "Efficient process",
- "Meeting your deadlines",
- ],
- },
+ { id: "m1", value: "100%", title: "Custom Designs", items: ["No templates used", "Tailored to your voice"] },
+ { id: "m2", value: "24h", title: "Support", items: ["One-on-one attention", "Responsive service"] },
+ { id: "m3", value: "Fast", title: "Turnaround", items: ["Efficient process", "Meeting your deadlines"] },
]}
title="Why Choose Lief vir Kreatief?"
description="We are committed to helping small businesses succeed."
@@ -267,46 +126,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
- {
- id: "1",
- name: "Sarah J.",
- handle: "@sarahbiz",
- testimonial: "Professional, creative, and always delivers beyond expectations.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg",
- },
- {
- id: "2",
- name: "Mark D.",
- handle: "@markstudio",
- testimonial: "The best design partner I've ever worked with.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-yellow-jacket_23-2149020790.jpg",
- },
- {
- id: "3",
- name: "Emily R.",
- handle: "@emmy_r",
- testimonial: "Absolutely love their attention to detail and personal touch.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/happy-young-slim-sensual-girl-gray-dress-leaning-against_613910-151.jpg",
- },
- {
- id: "4",
- name: "John B.",
- handle: "@j_biz",
- testimonial: "Lief vir Kreatief changed how my customers see my brand.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/concentrated-young-lady-designer-sitting-office-night_171337-15594.jpg",
- },
- {
- id: "5",
- name: "Anna P.",
- handle: "@annap_creative",
- testimonial: "Reliable and incredibly talented design studio.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/job-seat-commercial-digitally-generated-blank_1134-1162.jpg",
- },
+ { id: "1", name: "Sarah J.", handle: "@sarahbiz", testimonial: "Professional, creative, and always delivers beyond expectations.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg" },
+ { id: "2", name: "Mark D.", handle: "@markstudio", testimonial: "The best design partner I've ever worked with.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-yellow-jacket_23-2149020790.jpg" },
+ { id: "3", name: "Emily R.", handle: "@emmy_r", testimonial: "Absolutely love their attention to detail and personal touch.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-young-slim-sensual-girl-gray-dress-leaning-against_613910-151.jpg" },
+ { id: "4", name: "John B.", handle: "@j_biz", testimonial: "Lief vir Kreatief changed how my customers see my brand.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/concentrated-young-lady-designer-sitting-office-night_171337-15594.jpg" },
+ { id: "5", name: "Anna P.", handle: "@annap_creative", testimonial: "Reliable and incredibly talented design studio.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/job-seat-commercial-digitally-generated-blank_1134-1162.jpg" },
]}
showRating={true}
title="What Clients Say"
@@ -319,21 +143,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
- {
- id: "f1",
- title: "How do I get started?",
- content: "Simply reach out via the contact form or WhatsApp.",
- },
- {
- id: "f2",
- title: "Do you offer packages?",
- content: "Yes, we have monthly management plans for social media.",
- },
- {
- id: "f3",
- title: "Where are you based?",
- content: "We are proud to be based in Port Elizabeth, South Africa.",
- },
+ { id: "f1", title: "How do I get started?", content: "Simply reach out via the contact form or WhatsApp." },
+ { id: "f2", title: "Do you offer packages?", content: "Yes, we have monthly management plans for social media." },
+ { id: "f3", title: "Where are you based?", content: "We are proud to be based in Port Elizabeth, South Africa." },
]}
title="Frequently Asked Questions"
description="Answers to common questions about our design services."
@@ -346,21 +158,13 @@ export default function LandingPage() {
@@ -368,17 +172,11 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index e3284dd..f781d0d 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -10,12 +10,12 @@
--accent: #ffffff;
--background-accent: #ffffff; */
- --background: #fdfaf7;
+ --background: #fbfaf8;
--card: #ffffff;
- --foreground: #2b2520;
- --primary-cta: #a5a58d;
+ --foreground: #3d3935;
+ --primary-cta: #c1a58d;
--primary-cta-text: #ffffff;
- --secondary-cta: #ffffff;
+ --secondary-cta: #f1eee9;
--secondary-cta-text: #2b2520;
--accent: #d6ccc2;
--background-accent: #f5ebe0;