4 Commits

Author SHA1 Message Date
a5a33860bf Update src/app/page.tsx 2026-03-06 08:33:58 +00:00
fad6fe08de Update src/app/page.tsx 2026-03-04 09:17:11 +00:00
8a29cd57e3 Update src/app/layout.tsx 2026-03-04 09:17:10 +00:00
c8752fd2c2 Merge version_1 into main
Merge version_1 into main
2026-03-03 21:18:37 +00:00
2 changed files with 8 additions and 8 deletions

View File

@@ -1414,4 +1414,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -18,7 +18,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="smallMedium"
sizing="largeSmallSizeLargeTitles"
background="grid"
background="noiseDiagonalGradient"
cardStyle="layered-gradient"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="radial-glow"
@@ -100,19 +100,19 @@ export default function LandingPage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1", name: "Sarah Martinez", role: "Regular Customer", testimonial: "The espresso here is absolutely phenomenal. The baristas truly understand coffee craftsmanship. I've been coming here for three years and never had a bad cup.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Sarah Martinez"
id: "1", name: "Sarah Martinez", role: "Regular Customer", testimonial: "The espresso here is absolutely phenomenal. The baristas truly understand coffee craftsmanship. I've been coming here for three years and never had a bad cup.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APZxmPw1SXapYImZaEdE0dbdPZ/uploaded-1772786005075-n7e44jh9.jpg", imageAlt: "Sarah Martinez"
},
{
id: "2", name: "James Chen", role: "Coffee Enthusiast", testimonial: "Rainier's Labs has perfected the art of specialty coffee. Every drink is a work of art. The atmosphere is warm and inviting. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "James Chen"
id: "2", name: "James Chen", role: "Coffee Enthusiast", testimonial: "Rainier's Labs has perfected the art of specialty coffee. Every drink is a work of art. The atmosphere is warm and inviting. Highly recommended!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APZxmPw1SXapYImZaEdE0dbdPZ/uploaded-1772786011963-0vz4idrp.jpg", imageAlt: "James Chen"
},
{
id: "3", name: "Emma Rodriguez", role: "Office Manager", testimonial: "We order for our team meetings every Friday. The consistency and quality are unmatched. Your baristas truly care about every cup they make.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=3", imageAlt: "Emma Rodriguez"
id: "3", name: "Emma Rodriguez", role: "Office Manager", testimonial: "We order for our team meetings every Friday. The consistency and quality are unmatched. Your baristas truly care about every cup they make.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APZxmPw1SXapYImZaEdE0dbdPZ/uploaded-1772786016120-tohm1764.jpg", imageAlt: "Emma Rodriguez"
},
{
id: "4", name: "Michael Thompson", role: "Writer", testimonial: "I've tried coffee shops across the city, and this is hands down the best. The attention to detail and premium beans make all the difference.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=4", imageAlt: "Michael Thompson"
id: "4", name: "Michael Thompson", role: "Writer", testimonial: "I've tried coffee shops across the city, and this is hands down the best. The attention to detail and premium beans make all the difference.", imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285283.jpg?id=40125625", imageAlt: "Michael Thompson"
},
{
id: "5", name: "Lisa Wang", role: "Designer", testimonial: "Perfect spot to work or meet friends. The coffee is exceptional, and the vibe is inspiring. Can't imagine my mornings without Rainier's Labs.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=5", imageAlt: "Lisa Wang"
id: "5", name: "Lisa Wang", role: "Designer", testimonial: "Perfect spot to work or meet friends. The coffee is exceptional, and the vibe is inspiring. Can't imagine my mornings without Rainier's Labs.", imageSrc: "http://img.b2bpic.net/premium-photo/man-portrait-happy-studio-business-relax-confidence-employee-designer-creative-staff-male-person-startup-worker-with-pride-company-job-grey-background_590464-334022.jpg?id=210120801", imageAlt: "Lisa Wang"
},
{
id: "6", name: "David Patel", role: "Entrepreneur", testimonial: "This is more than a coffee shop—it's a community. The baristas remember your order, and you can taste the passion in every cup. Truly exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=6", imageAlt: "David Patel"
@@ -174,4 +174,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}