Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
@@ -71,7 +71,7 @@ export default function LandingPage() {
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/towels-shelf-home-goods-store_169016-50236.jpg", imageAlt: "Branded towels and promotional merchandise items"
|
||||
}
|
||||
]
|
||||
]}
|
||||
ariaLabel="Hero section showcasing Business Colors apparel and branding services"
|
||||
/>
|
||||
</div>
|
||||
@@ -217,10 +217,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", title: "Best quality designs and service", quote: "Best quality designs, art and logos. Wonderful customer service and punctuality. They exceeded our expectations on every level.", name: "Sarah Mitchell", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Mitchell testimonial"
|
||||
id: "1", title: "Best quality designs and service", quote: "Best quality designs, art and logos. Wonderful customer service and punctuality. They exceeded our expectations on every level.", name: "Sarah Mitchell", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Mitchell testimonial"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Delivered on a big ask", quote: "We came with a big ask and she delivered—problem-solved with me to hit a short deadline. Made sure I was happy before proceeding.", name: "Michael Chen", role: "Event Coordinator", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Chen testimonial"
|
||||
id: "2", title: "Delivered on a big ask", quote: "We came with a big ask and she delivered—problem-solved with me to hit a short deadline. Made sure I was happy before proceeding.", name: "Michael Chen", role: "Event Coordinator", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen testimonial"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
|
||||
Reference in New Issue
Block a user