diff --git a/src/app/page.tsx b/src/app/page.tsx
index 5452323..01ca5a0 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
@@ -52,42 +44,27 @@ export default function LandingPage() {
@@ -96,21 +73,15 @@ export default function LandingPage() {
@@ -191,43 +126,18 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "t1",
- name: "Aria V.",
- handle: "@ariav_style",
- testimonial: "The quality is unmatched. My jacket is perfect for the city commute.",
- imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-sitting-together_23-2148888494.jpg",
- },
+ id: "t1", name: "Aria V.", handle: "@ariav_style", testimonial: "Quality that lasts. It fits into my day perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-sitting-together_23-2148888494.jpg"},
{
- id: "t2",
- name: "Marcus L.",
- handle: "@marcus_urban",
- testimonial: "Finally, clothes that fit perfectly and look good everywhere.",
- imageSrc: "http://img.b2bpic.net/free-photo/african-man_1303-4409.jpg",
- },
+ id: "t2", name: "Marcus L.", handle: "@marcus_urban", testimonial: "Clothes that are comfortable and honestly made. I appreciate that.", imageSrc: "http://img.b2bpic.net/free-photo/african-man_1303-4409.jpg"},
{
- id: "t3",
- name: "Elena S.",
- handle: "@elena_daily",
- testimonial: "Citiwear is my go-to for modern basics. Stylish and so comfortable.",
- imageSrc: "http://img.b2bpic.net/free-photo/party-portraits-young-adults-having-fun_23-2149431543.jpg",
- },
+ id: "t3", name: "Elena S.", handle: "@elena_daily", testimonial: "My favorite basics. Simple and reliable for every occasion.", imageSrc: "http://img.b2bpic.net/free-photo/party-portraits-young-adults-having-fun_23-2149431543.jpg"},
{
- id: "t4",
- name: "James R.",
- handle: "@james_r",
- testimonial: "I love the clean aesthetic. It really elevates my daily outfits.",
- imageSrc: "http://img.b2bpic.net/free-photo/attractive-black-african-american-woman-stylish-outfit-green-studio-background_285396-10817.jpg",
- },
+ id: "t4", name: "James R.", handle: "@james_r", testimonial: "The design is so clean. It just feels right to wear.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-black-african-american-woman-stylish-outfit-green-studio-background_285396-10817.jpg"},
{
- id: "t5",
- name: "Sophie M.",
- handle: "@sophie_m",
- testimonial: "Simple, clean, and elegant. Exactly what my wardrobe needed.",
- imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-sportswear_23-2148777598.jpg",
- },
+ id: "t5", name: "Sophie M.", handle: "@sophie_m", testimonial: "Exactly what I needed—elegant, simple, and comfortable.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-sportswear_23-2148777598.jpg"},
]}
- title="Community Voices"
- description="Hear what our style-conscious customers are saying about Citiwear."
+ title="From Our Community"
+ description="We are grateful to be part of your daily wardrobe."
/>
@@ -235,11 +145,10 @@ export default function LandingPage() {
@@ -250,54 +159,27 @@ export default function LandingPage() {
logoText="CITIWEAR"
columns={[
{
- title: "Shop",
- items: [
+ title: "Shop", items: [
{
- label: "All Arrivals",
- href: "#products",
- },
+ label: "View Arrivals", href: "#products"},
{
- label: "New In",
- href: "#products",
- },
- {
- label: "Best Sellers",
- href: "#products",
- },
+ label: "Our Selection", href: "#products"},
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "Our Story",
- href: "#about",
- },
+ label: "Our Story", href: "#about"},
{
- label: "Careers",
- href: "#",
- },
- {
- label: "Sustainability",
- href: "#",
- },
+ label: "Our Values", href: "#"},
],
},
{
- title: "Legal",
- items: [
+ title: "Connect", items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy", href: "#"},
{
- label: "Terms & Conditions",
- href: "#",
- },
- {
- label: "Support",
- href: "#",
- },
+ label: "Support", href: "#"},
],
},
]}
@@ -306,4 +188,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file