Skip to content

Commit 7b7d644

Browse files
committed
fix: updating guitars
1 parent d80a9fe commit 7b7d644

File tree

11 files changed

+18
-8
lines changed

11 files changed

+18
-8
lines changed
-443 KB
Loading
-373 KB
Loading
-199 KB
Loading
-293 KB
Loading
-639 KB
Loading
-283 KB
Loading
-163 KB
Loading
237 KB
Loading

frameworks/react-cra/examples/tanchat/assets/src/data/example-guitars.ts

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ export interface Guitar {
1010
const guitars: Array<Guitar> = [
1111
{
1212
id: 1,
13+
name: 'TanStack Ukelele',
14+
image: '/example-ukelele-tanstack.jpg',
15+
description:
16+
"Introducing the TanStack Signature Ukulele—a beautifully handcrafted concert ukulele that combines exceptional sound quality with distinctive style. Featuring a warm, resonant koa-wood body with natural grain patterns, this instrument delivers the rich, mellow tones Hawaii is famous for. The exclusive TanStack palm tree inlay on the soundhole adds a unique touch of island flair, while the matching branded headstock makes this a true collector's piece for developers and musicians alike. Whether you're a beginner looking for a quality starter instrument or an experienced player wanting something special, the TanStack Ukulele brings together craftsmanship, character, and that unmistakable tropical spirit.",
17+
shortDescription:
18+
'Premium koa-wood ukulele featuring exclusive TanStack branding, perfect for beach vibes and island-inspired melodies.',
19+
price: 299,
20+
},
21+
{
22+
id: 2,
1323
name: 'Video Game Guitar',
1424
image: '/example-guitar-video-games.jpg',
1525
description:
@@ -19,7 +29,7 @@ const guitars: Array<Guitar> = [
1929
price: 699,
2030
},
2131
{
22-
id: 2,
32+
id: 3,
2333
name: 'Superhero Guitar',
2434
image: '/example-guitar-superhero.jpg',
2535
description:
@@ -29,7 +39,7 @@ const guitars: Array<Guitar> = [
2939
price: 699,
3040
},
3141
{
32-
id: 3,
42+
id: 4,
3343
name: 'Motherboard Guitar',
3444
image: '/example-guitar-motherboard.jpg',
3545
description:
@@ -39,7 +49,7 @@ const guitars: Array<Guitar> = [
3949
price: 649,
4050
},
4151
{
42-
id: 4,
52+
id: 5,
4353
name: 'Racing Guitar',
4454
image: '/example-guitar-racing.jpg',
4555
description:
@@ -49,7 +59,7 @@ const guitars: Array<Guitar> = [
4959
price: 679,
5060
},
5161
{
52-
id: 5,
62+
id: 6,
5363
name: 'Steamer Trunk Guitar',
5464
image: '/example-guitar-steamer-trunk.jpg',
5565
description:
@@ -59,7 +69,7 @@ const guitars: Array<Guitar> = [
5969
price: 629,
6070
},
6171
{
62-
id: 6,
72+
id: 7,
6373
name: "Travelin' Man Guitar",
6474
image: '/example-guitar-traveling.jpg',
6575
description:
@@ -69,7 +79,7 @@ const guitars: Array<Guitar> = [
6979
price: 499,
7080
},
7181
{
72-
id: 7,
82+
id: 8,
7383
name: 'Flowerly Love Guitar',
7484
image: '/example-guitar-flowers.jpg',
7585
description:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// This file is auto-generated. Do not edit manually.
22
// Generated from add-ons, examples, hosts, project, and toolchains directories
3-
export const contentChecksum = 'be4489219525f36df59d56c50df08c03e62dcc80b24ff259dae429e76ee83681'
3+
export const contentChecksum = '306bf57f2816d4e859ecc2b5bd8e03c33aa6a8c7735d2be2656f98dc8a585cbf'

0 commit comments

Comments
 (0)