Update src/app/about/page.tsx
This commit is contained in:
@@ -73,31 +73,13 @@ export default function AboutPage() {
|
||||
tagAnimation="opacity"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Transformed Our Living Room",
|
||||
quote: "The quality is exceptional. Every detail speaks to the craftsmanship and attention we received. Our home feels like a luxury resort now.",
|
||||
name: "Sarah Mitchell",
|
||||
role: "Interior Designer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4",
|
||||
imageAlt: "Sarah Mitchell"
|
||||
id: "1", title: "Transformed Our Living Room", quote: "The quality is exceptional. Every detail speaks to the craftsmanship and attention we received. Our home feels like a luxury resort now.", name: "Sarah Mitchell", role: "Interior Designer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Mitchell"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Worth Every Investment",
|
||||
quote: "Studio Luxe pieces are timeless investments. The minimalist aesthetic pairs perfectly with our modern home. Customer service was impeccable.",
|
||||
name: "James Chen",
|
||||
role: "Architect",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-4107.jpg?_wi=2",
|
||||
imageAlt: "James Chen"
|
||||
id: "2", title: "Worth Every Investment", quote: "Studio Luxe pieces are timeless investments. The minimalist aesthetic pairs perfectly with our modern home. Customer service was impeccable.", name: "James Chen", role: "Architect", imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-4107.jpg", imageAlt: "James Chen"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Elegant Simplicity",
|
||||
quote: "These aren't just furniture pieces—they're statements. The glass coffee table has become a conversation starter at every gathering.",
|
||||
name: "Emma Rodriguez",
|
||||
role: "CEO, Design Collective",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5",
|
||||
imageAlt: "Emma Rodriguez"
|
||||
id: "3", title: "Elegant Simplicity", quote: "These aren't just furniture pieces—they're statements. The glass coffee table has become a conversation starter at every gathering.", name: "Emma Rodriguez", role: "CEO, Design Collective", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emma Rodriguez"
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -109,8 +91,7 @@ export default function AboutPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{ label: "All Furniture", href: "shop" },
|
||||
{ label: "Seating", href: "shop" },
|
||||
{ label: "Tables", href: "shop" },
|
||||
@@ -119,8 +100,7 @@ export default function AboutPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "about" },
|
||||
{ label: "Design Philosophy", href: "about" },
|
||||
{ label: "Sustainability", href: "#" },
|
||||
@@ -129,8 +109,7 @@ export default function AboutPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Contact Us", href: "contact" },
|
||||
{ label: "Shipping Info", href: "#" },
|
||||
{ label: "Returns", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user