Update src/app/page.tsx
This commit is contained in:
@@ -34,27 +34,27 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
href: "/",
|
||||
|
||||
},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
href: "/products",
|
||||
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
href: "/about",
|
||||
|
||||
},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
href: "/faq",
|
||||
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
href: "/contact",
|
||||
|
||||
},
|
||||
]}
|
||||
button={{
|
||||
@@ -173,7 +173,7 @@ export default function LandingPage() {
|
||||
name: "Sarah J.",
|
||||
role: "Verified Buyer",
|
||||
testimonial: "ShopSphere truly exceeded my expectations! The product quality is fantastic, and shipping was incredibly fast. I'm a customer for life!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attracitve-modern-young-woman-blond-curly-hairstyle-turn-away-intrigued-smiling-delighted-hold-cup-drink-coffee-working-laptop-use-net-book-studying-university-task-researching-freelance_197531-22197.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attracitve-modern-young-woman-blond-curly-hairstyle-turn-away-intrigued-smiling-delighted-hold-cup-drink-coffee-working-laptop-use-net-book-studying-university-task-researching-freelance_197531-22197.jpg",
|
||||
imageAlt: "Sarah J.",
|
||||
},
|
||||
{
|
||||
@@ -205,7 +205,7 @@ export default function LandingPage() {
|
||||
name: "Jessica L.",
|
||||
role: "Student",
|
||||
testimonial: "Affordable prices and great deals! ShopSphere is my go-to for all my essentials. The website is easy to navigate too.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attracitve-modern-young-woman-blond-curly-hairstyle-turn-away-intrigued-smiling-delighted-hold-cup-drink-coffee-working-laptop-use-net-book-studying-university-task-researching-freelance_197531-22197.jpg?_wi=2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attracitve-modern-young-woman-blond-curly-hairstyle-turn-away-intrigued-smiling-delighted-hold-cup-drink-coffee-working-laptop-use-net-book-studying-university-task-researching-freelance_197531-22197.jpg",
|
||||
imageAlt: "Jessica L.",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user