Update src/app/page.tsx
This commit is contained in:
@@ -47,8 +47,17 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "Pricing", id: "pricing"
|
||||
},
|
||||
{
|
||||
name: "Testimonials", id: "testimonials"
|
||||
},
|
||||
{
|
||||
name: "Social Proof", id: "social-proof"
|
||||
},
|
||||
{
|
||||
name: "Contact", id: "contact"
|
||||
},
|
||||
{
|
||||
name: "Footer", id: "footer"
|
||||
}
|
||||
]}
|
||||
button={{
|
||||
@@ -232,7 +241,9 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={["Fitness Studio", "Gourmet Bites", "Sweet Treats Bakery", "Bloom Salon", "Rhythm Lounge", "Local Hub Innovations"]}
|
||||
names={[
|
||||
"Fitness Studio", "Gourmet Bites", "Sweet Treats Bakery", "Bloom Salon", "Rhythm Lounge", "Local Hub Innovations"
|
||||
]}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/set-blue-orange-fitness-badges_23-2147800831.jpg", "http://img.b2bpic.net/free-vector/retro-restaurant-labels-collection_23-2147529914.jpg", "http://img.b2bpic.net/free-vector/bakery-logo-collection_23-2148106194.jpg", "http://img.b2bpic.net/free-vector/floral-botanical-frame_53876-77784.jpg", "http://img.b2bpic.net/free-vector/flat-design-black-music-logo_23-2150980711.jpg", "http://img.b2bpic.net/free-vector/flat-labels-collection-world-population-day_23-2150426993.jpg"
|
||||
]}
|
||||
@@ -282,8 +293,17 @@ export default function LandingPage() {
|
||||
{
|
||||
label: "Pricing", href: "#pricing"
|
||||
},
|
||||
{
|
||||
label: "Testimonials", href: "#testimonials"
|
||||
},
|
||||
{
|
||||
label: "Social Proof", href: "#social-proof"
|
||||
},
|
||||
{
|
||||
label: "Contact", href: "#contact"
|
||||
},
|
||||
{
|
||||
label: "Back to Top", href: "#nav"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user