4 Commits

Author SHA1 Message Date
0edd5d12d5 Update src/app/page.tsx 2026-03-02 10:08:20 +00:00
01a5ca0c4a Update src/app/bagels/page.tsx 2026-03-02 10:01:10 +00:00
2790f02604 Merge version_3 into main
Merge version_3 into main
2026-03-02 09:57:15 +00:00
be1ebce411 Merge version_3 into main
Merge version_3 into main
2026-03-02 09:56:30 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ export default function BagelsPage() {
products={[
{
id: "1", brand: "Artisan Coffee Co.", name: "Salmon Bagel", price: "$8.99", rating: 5,
reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-salmon-eggs-lemon_1441-1502.jpg", imageAlt: "Fresh salmon bagel with cream cheese"
reviewCount: "342", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AN51bjLT2H1DJy7cFepO8qMgO7/uploaded-1772445675642-eu470ff5.jpg", imageAlt: "Fresh salmon bagel with cream cheese"
},
{
id: "2", brand: "Artisan Coffee Co.", name: "California Bagel", price: "$9.49", rating: 5,
@@ -92,4 +92,4 @@ export default function BagelsPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
tagIcon={Coffee}
tagAnimation="slide-up"
background={{ variant: "glowing-orb" }}
imageSrc="http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg?_wi=1"
videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AN51bjLT2H1DJy7cFepO8qMgO7/uploaded-1772446040564-b62odt8g.mp4"
imageAlt="Warm, inviting coffee shop interior with specialty coffee equipment"
imagePosition="right"
mediaAnimation="slide-up"