Merge version_6 into main
Merge version_6 into main
This commit was merged in pull request #10.
This commit is contained in:
@@ -57,7 +57,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardNineteen
|
||||
textboxLayout="default"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ tag: "Curated", title: "Handcrafted Jewelry", subtitle: "One-of-a-kind", description: "Beautiful pieces created by our local jewelers.", imageSrc: "http://img.b2bpic.net/free-photo/preparing-cocoa-drink-barista-making-cocoa-cafe_169016-66904.jpg" },
|
||||
|
||||
@@ -34,7 +34,7 @@ export default function ServicesPage() {
|
||||
|
||||
<div id="services" data-section="features">
|
||||
<FeatureCardNineteen
|
||||
textboxLayout="default"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
title="Our Services"
|
||||
description="Explore the various professional services we offer to help you achieve your goals."
|
||||
@@ -56,4 +56,4 @@ export default function ServicesPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
4
src/app/vendors/page.tsx
vendored
4
src/app/vendors/page.tsx
vendored
@@ -38,7 +38,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="vendor-list" data-section="vendor-list">
|
||||
<FeatureCardNineteen
|
||||
textboxLayout="default"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{ tag: "Maker", title: "Greenfield Woodworks", subtitle: "Home Decor", description: "Hand-carved reclaimed wood furniture.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-zero-waste-products-wooden-background_23-2148491113.jpg" },
|
||||
@@ -76,4 +76,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user